-
Notifications
You must be signed in to change notification settings - Fork 4k
🐛 [flutter_auth_web] Support web
package v0.5.0
#12353
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This will probably help to resolve flutter/flutter#143575 (comment) /cc @Lyokone |
Hi @davidmigloz, |
Make sense, thanks. Hopefully, the next Flutter stable version will bump it to 0.5.0. For reference: |
Mentioning that this is also an issue on |
any schedule to add the package web 0.5.0 to the firebse core web? |
Regarding flutterfire/packages/firebase_core/firebase_core_web/lib/src/firebase_core_web.dart Lines 104 to 136 in f24d0a7
and flutterfire/packages/firebase_core/firebase_core_web/lib/src/interop/package_web_tweaks.dart Lines 16 to 38 in f24d0a7
|
This issue is blocked by the @kevmoo already created a PR (#173) for this (thanks! ❤️ ), which was merged two weeks ago. However, the Dart team hasn't released a new version for As a workaround, you can overwrite the dependency_overrides:
# Is required to be able to build the app using Flutter 3.19. Can be removed
# when firebase_core uses web >= 0.5.1.
web:
git:
url: https://github.com/dart-lang/web/
ref: d96c01d2252372c9e0fa7ffa52d2d1df331c248b |
@nilsreichardt – keep in mind, you can ALWAYS just copy-paste code to get yourself unblocked. All of the types are erased. Just be careful about imports so you don't get name collisions when the feature DOES land. |
Hello team,
The current constraints in
flutter_auth_web
for theweb
package are:flutterfire/packages/firebase_auth/firebase_auth_web/pubspec.yaml
Line 22 in 376310f
Which don't support the latest version of the
web
package (0.5.0) and, consequentially, the latest version of thehttp
package (1.2.1).Thanks for your work!
The text was updated successfully, but these errors were encountered: