-
## Steps to Reproduce
1. Repo to reproduce https://github.com/lardyNiji/flutter_myapp
2. Update the following file :
- android/app/src/main/AndroidManifest.xml (line 47 to change `YOUR_K…
-
not work on windows
flutter: Error getting printing info: MissingPluginException(No implementation found for method printingInfo on channel net.nfet.printing)
```dart
Observer(b…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
**Expected results:**
The number in the middle of the screen should change from 0 to 1;
**Actual results:**
The number i…
-
For years, Flutter's Framework team has been reviewing "notable commits" in our weekly staff meeting at Google. The notable commits are a lightly curated list of the pull requests that have lan…
-
When i execute flutter run --release on android it gives me build failed with this error.
apple@Apples-MBP key2access % flutter run --release
Launching lib/main.dart on Infinix X650C in release mo…
-
I am using CurrencyInputFormatter in the following way:
```dart
CurrencyInputFormatter(
// ...
mantissaLength: 2,
onValueChange: (value) => print("NEW VALUE $value"),
)
```
When the cu…
-
### Steps to Reproduce
I am trying to debug _Firebase Dynamic Links_ and I cannot reproduce the issue with the Simulator, so I need to debug on a physical device. So from _Visual Code_, I choose …
-
### What package does this bug report belong to?
video_player
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
No
### Dependency version…
-
### Steps to reproduce
When I launch the first time a flutter web app, lots of file are loading:
![Capture d’écran 2024-08-18 à 18 31 48](https://github.com/user-attachments/assets/426d355e-21df…
-
I am getting the following errors
Expected ',' or '}' after property value in JSON at position 1080
Expected double-quoted property name in JSON at position 11066
I only have 369 lines in my …