LinusU / LinusU/flutter_web_auth
Missing iOS .plist config
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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