-
## Steps to Reproduce
1. Execute `flutter run` on the code sample.
2. Take a screenshot of the Flutter app.
3. Compose a new message in iOS Mail with the same text.
4. Take screenshots of iOS Ma…
-
`flutter run` ignores keys in web after pressing `i` (Toggle widget inspector) when browser stays in background or minimized state with the logs as `Ignoring terminal input: "h" because we are busy.`…
-
Building apk with `flutter build apk` result in errors:
```
../sdk/flutter/.pub-cache/hosted/pub.dartlang.org/velocity_x-2.0.0-nullsafety.1/lib/src/extensions/context_ext.dart:174:36: Error: No name…
-
If you want to work on this issue, tag me.
-
### :information_source: Info
Version: `0.13.1`
Flutter: `3.10.5`
### :speech_balloon: Description
I've set up my project according to the documentation with flavors.
Then I run `dart run…
-
Hello,
I am trying this package on MacOs for reading at an .xlsx file located in "./test/example.xlsx" (same level as the lib folder).
Here is my code for getting the file.
```
testExcel…
-
### Steps to reproduce
I suspect that the offset is only applied to the view part, and the mask part is not handled, which is causing the issue.
```dart
Tooltip(
message: widget.tooltip …
-
### Steps to reproduce
1. Create a `TileOverlay` in Flutter iOS
2. Supply single-colored PNG tile with a transparency as all tiles
For example, use this as the tile:
![not_working_tile](https://…
-
```
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:multiselect_dropdown_flutter/multiselect_dropdown_flutter.dart';
void main() {
runApp(const MyApp(…
-
Running `flutter build apk` result in errors:
```
Building without sound null safety
For more information see https://dart.dev/null-safety/unsound-null-safety
../../sdk/flutter/.pub-cache/host…