-
Notifications
You must be signed in to change notification settings - Fork 116
🐛 [firebase_ui_auth] Version 1.4.0 is causing compilation error #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report @outdoorapps |
I opened a blank project to test things out with bare minimum dependencies like the below.
The first time it compiled ok but if I use the
It will give the forementioned error. Taking a closer look to the source code, in
Somehow the |
Confirming I'm also having this issue. |
I'm also having the same issue. |
Attempting to submit a fix for this, how open source of me 😄. If people want to fix it themselves they can move the
|
Thanks for the details. Seeing the same error upon following info shared #19. /cc @lesnitsky |
Fixed by firebase/flutterfire#10957 |
The recent changes in version 1.4.0 are causing the following compilation error:
../../.pub-cache/hosted/pub.dev/firebase_ui_auth-1.4.0/lib/src/screens/profile_screen.dart:393:19: Error: Cannot invoke a non-'const' constructor where a const expression is expected. Try using a constructor or factory that is 'const'. const Row( ^^^
The
const
keyword wasn't there in version 1.3.0.The text was updated successfully, but these errors were encountered: