-
## Steps to Reproduce
I have a PageView that contains the top level widgets for my app, with switching between them controlled by a BottomNavBar. As per @Hixie's advice in the chat, I am adding ```…
-
I see :
**Running Xcode build...
Xcode build done. 426.0s
Installing and launching...
Waiting for Suleman’s iPhone to report its views...
Debug ser…
-
**After updating xcode to 12.1 my flutter app was not able to install pods and launch on iPhone 12 pro max or earlier:**
I tried to change the IOS Deployment Target to higher than 8.0 but same error!…
-
## Bug report
**Describe the bug**
I'm trying to implement google sign in my app. I get `
Unhandled Exception: MissingPluginException(No implementation found for method init on channel plugins.f…
-
## Steps to Reproduce
1. run the following code in either android/ios or web of `dartpad`
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class …
-
## Bug report
**Describe the bug**
When I'm trying to use this code:
```
String fcmToken = await FirebaseMessaging.instance.getToken();
```
Instead of returning the fcmToken
I receive t…
-
The largest problem I have encountered so far using the Flutter framework is state management. The documentation only provides examples of handling state in the same component and the parent component…
-
While playing with [TabController class](https://docs.flutter.io/flutter/material/TabController-class.html) I noticed that when **tapping** between tabs in the AppBar there are two renderings (i.e. th…
-
## Steps to Reproduce
Unfortunately I do not have a good repro on this. At least not yet. This is happening in our application sometimes when we have a long running `CircularProgressIndicator` (lon…
-
### It appeared when I upgraded the SDK version from 1.9.1+5 to 1.17.5
### I can connect to google normally
## Steps to Reproduce
## flutter build apk --verbose
log and flutt…