-
## Steps to Reproduce
Remove [Page](https://api.flutter.dev/flutter/widgets/Page-class.html) from [Navigator.pages](https://api.flutter.dev/flutter/widgets/Navigator/pages.html) when its correspond…
-
Hi,
I like this package and am using it more frequently, but have noticed that every time I add it to an existing project, I get this iOS breakage when archiving:
```
Failed to build iOS app
Err…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Following my previous issue #6, this doesn't happen with ListView();
**Home Page**
```dart
class NewHome extends ConsumerWidget {
const NewHome({
Key? key,
}) : super(key: key);
@…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
## Bug report
I get an error when I want to sign in with Apple on Android Platform.
Stack trace:
```
Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: [firebase_au…
-
## Bug report
**Describe the bug**
When using the Firebase_Auth_UI package in a Bloc-based state management context, a specific issue arises upon new user registration. The ProfileScreen() funct…
-
## Bug report
I run the app in debug and release mode in APK and everything works fine.
Only when I release the app on **Google Play** I get an error.
App released on ios still works fine
Sentry…
-
When I run flutter build ios/android, I got the error:
`../../../../../.pub-cache/hosted/pub.dev/sliver_tools-0.2.11/lib/src/multi_sliver.dart:11:8: Error: A constant constructor can't call a non-c…
-
```
The following assertion was thrown during performLayout():
'package:flutter/src/rendering/viewport.dart': Failed assertion: line 1868 pos 12:
'correctedOffset.isFinite': is not true.
Either …