LinusU / LinusU/flutter_web_auth

Missing iOS .plist config

Open
#151 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dart
Stars
213
Forks
261
PR merge metrics
No merged PRs in 30d

Description

Hi Together,
I had been looking for a long time for a solution to the problem why I am not redirected back to the app when the login was correct. The error was due to the missing config in the .plist file for iOS.

`CFBundleURLTypes


CFBundleURLSchemes

{yourScheme}


`

Please add this to the Documentation to help other devs :)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the repository's existing documentation and identify where iOS authentication setup is explained. Add the provided CFBundleURLTypes and CFBundleURLSchemes example there, and consider the documentation complete when developers can find the required plist configuration for redirecting back to the app.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter, ios
Domain
documentation, mobile
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.