-
**Description**
I have a BLOC to fetch all the audio files from AWS. When I call the Bloc Event( fetchAudioBloc.add(const FetchAllAudio()) ), it is rebuilding the UI again and again. Basically, the B…
-
I have shared preferences installed and working fine in the app for iOS. But the same app has issues persisting data running on android.
shared_preferences 0.5.12
pubspec.yaml
```
name: time…
-
```
import 'package:flutter/material.dart';
import 'package:connectivity/connectivity.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/services.dart';
import 'dart:async';
…
-
Hello,
I got this error on Flutter 2.5 and it only happen for web when i click back button from browser after hot restart.
I am using Navigator 2.0
Before i am using Flutter 2.2.2 and there are n…
-
## Steps to Reproduce
Using the main.dart gist [main.dart](https://gist.github.com/chamot1111/f8a7e42f47c61e89d2c3613cabeaa701) attached run the app on any device / simulator. Click rapidly fro…
-
Hi, thank you for the better player package. I want help because `BetterPlayerController.addEventsListener` does not listen to play or pause events. Sorry if I'm violating the report guidelines, I've …
-
I get this exception that the flutter runtime exception handler wants the to report, so here it is. This is inside an integration test that is setup according to the cookbook, apart from having a mock…
-
I create a simple TextFormField,
When I start typing the input, the screen becomes vibrating and the keyboard disappear as you find in screens shot.
![image](https://user-images.githubuserconten…
-
## Bug report
Hi. I used Flutter 2.0.6 and firebase_messaging: ^9.1.3. I can receive notifications with Android. But I can't receive notifications for iOS.
"firebase_notification_handler" is lik…
-
We are working on a flutter application which running on Windows Desktop Environment. When we try to lock orientation for windows desktop application it seems "SystemChrome.setPreferredOrientations" …