-
**Describe the bug**
Please refer here: https://github.com/google/json_serializable.dart/issues/973
**To Reproduce**
The code is on the JsonSerializable issues.
**Expected behavior**
I want…
-
**Describe the bug**
getFile with FileType doesn't work on iOS.
Future getFile() async {
File file = await FilePicker.getFile(type: FileType.audio);
return file;
}
**Issue detail…
-
While Atom/Flutter works consistently on my test Nexus, on my personal Samsung it sometimes works but often shows only a black screen, dumping errors with `Unable to connect to the Observatory at port…
-
**Describe the bug**
If we pause the notification and then skip to next song, we are able to clear the notification which is not right. This means if the user pauses song from notification and skips …
-
is flutter android alarm manager plugin can open an app ?
i'm try to create a reminder app but android alarm manager plugin just can print some things not any more !
### Main Code :
```
void…
-
Hi @ryanheise
Can you use exoplayer at android side instead of media player.
Exoplayer is very feature rich.
-
## Steps to Reproduce
1. Run Fuchsia.
2. Launch Fuchsia Dashboard (source: https://fuchsia.googlesource.com/topaz/+/master/app/dashboard/)
3. Wait overnight.
Eventually, the flutter:dashboard …
-
## Steps to Reproduce
```
...
var bottomSheetWidget = BottomSheet(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(10.0)),
),
onClo…
-
Flutter app constantly crashes on latest master branch after running "flutter upgrade".
## exception
StateError: Bad state: Future already completed
```
#0 _AsyncCompleter.complete (da…
-
Refactor FlutterActivity to forward all Activity-exclusive signals to a FlutterFragment and thereby do the absolute minimum amount of work possible.