-
- [YES] I have updated Purchases SDK to the latest version
- [YES] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-android/blob/main/CONTRIBUTING.md)
- [YES] I have…
-
**Describe the bug**
Have strange errors with NavigationBar. When I click button I got the error "Duplicate GlobalKey detected in widget tree". Found only 1 workaround: to use NoAnimationTransitionDe…
-
## TabBarView's childs don't change when controller is setup with animationDuration = Duration.zero
Flutter 3.3.10 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 13…
-
Afim de manter a resposta para um erro, adicionei o mesmo AlertDialog da tela NewUser na tela de Login. Isso me fez perceber que o app está fazendo o push da nova rota mantendo o ultimo estado salvo, …
-
### 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/…
-
Hey @caseycrogers !
**Bug**
When using a `BottomNavigationBar` and switching the tab a second time to a screen that contains your `AssyncListView` the Widget will throw an exception because it tri…
-
The Material 3 NavigationBar uses SafeArea which leads to issues with background colors.
Tested with sample app from Flutter documentation (unchanged)
flutter create --sample=material.NavigationB…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
**Expected results:**
Show all text when BottomNavigationBarItem had enough space.
**Actual results:**
The end of the text…
-
How to access context in TabItem class. How to apply loacalization for bottomnavigationbar?
-
```
List pages = [
Body(),
GitHubLanguagePage(),
];
int currentIndex = 0;
@override
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBottomIn…