-
## Help Wanted
We are preparing the upcoming 0.18 release of audio_service on the `one-isolate` branch with a number of performance, feature and API improvements.
The last critical piece of the …
-
I want to know when press back button, how to let the flutter app run in background rather than exit . I found a function `Systemnavigator.pop()`, and it's document [https://api.flutter.dev/flutter…
-
```yml
name: earth_flutter_app
description: A new Flutter application.
# The following defines the version and build number for your application.
# A version number is three numbers separated by…
-
# The Issue
here's a simple flame game:
```dart
class MyGame extends BaseGame {
Future onLoad() async {
super.onLoad();
FlameAudio.bgm.initialize();
FlameAudio.bgm.play('music/…
-
Hi,
I just created a simple template project with flutter.
``` dart
import 'package:flutter/material.dart';
void main() {
runApp(
new MaterialApp(
title: "Flutter Demo",
routes: {…
-
## Steps to Reproduce
* Upgrade to the latest version of Flutter.
* Run any app using `flutter run`.
The bug didn't happen until I upgraded my copy of flutter. I don't recall what revision it w…
-
**Is your feature request related to a problem? Please describe.**
I can't assign an absolute image path to the artUri within MediaItem constructor.
I have url of an image but I need to resize it so…
-
**Describe the bug**
Certain media files, not sure which ones at the moment cause crash upon launching the application.
**To Reproduce**
Just starting the application.
**Desktop (please comp…
-
When calling `SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.top])` in a new Flutter project (in `main()`, `initState()` or `build()` doesn't matter) the Android navigation bar is correctly …
-
**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…