firebase_ui_auth: widen app_links constraint to allow ^7.0.0
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- dart, firebase, flutter
- Domain
- authentication, mobile
Research direction
Locate the firebase_ui_auth package dependency declaration and inspect its app_links API usage, then compare that usage with the app_links 7.x changelog. Run the package's existing tests and dependency resolution checks. Done means the supported constraint accepts the intended app_links release without API or build failures and addresses the reported iOS lifecycle warning.
Written by the indexing model from the issue text.
Description
firebase_ui_auth 3.1.0 pins app_links: ^6.4.0. app_links 7.x has been out for a while (currently 7.2.1) and includes the UIScene lifecycle adoption, so any app using firebase_ui_auth is held on 6.4.1 and gets this on every iOS launch:
Plugin AppLinksIosPlugin uses deprecated application lifecycle events. Please contact plugin maintainers and request UIScene lifecycle support. This will be required in a future version of Flutter.
Flutter has said these warnings will become errors in a future release, so this will eventually break builds rather than just being noise.
From the app_links changelog the 6 to 7 bump looks small on the consuming side. Would you accept a PR widening the constraint to ">=6.4.0 <8.0.0" (or straight ^7.0.0) if the API usage in firebase_ui_auth is compatible?
- Dominant language
- Dart
- Stars
- 152
- Forks
- 141
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 6
Contributor guide
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.
More from firebase/FirebaseUI-Flutter
-
auth Keep Open Needs Attention
Difficulty 4/5 3-5 days Newbie friendliness 25/100
firebase/FirebaseUI-Flutter#512 · 14 comments · 2 reactions ·
-
Keep Open Needs Attention
Difficulty 3/5 1-2 days Newbie friendliness 35/100
firebase/FirebaseUI-Flutter#481 · 6 comments ·
-
auth blocked: customer response enhancement Keep Open
Difficulty 3/5 1-2 days Newbie friendliness 35/100
firebase/FirebaseUI-Flutter#418 · 7 comments · 3 reactions ·
-
auth Keep Open Needs Attention
Difficulty 4/5 3-5 days Newbie friendliness 20/100
firebase/FirebaseUI-Flutter#351 · 3 comments · 1 reaction ·
-
enhancement Keep Open storage
Difficulty 4/5 3-5 days Newbie friendliness 38/100
firebase/FirebaseUI-Flutter#290 · 2 comments ·
All issues in firebase/FirebaseUI-Flutter
Similar issues
-
[Bug] Openbug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
bggRGjQaUbCoE/PiliPlus#3048 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
zulip/zulip-flutter#2466 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
code quality good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Add SPM to docs Open
Difficulty 1/5 1-3 hours Newbie friendliness 72/100