-
When I instantiate an @jsonSerializable annotated class inside of a hybrid class, one that allows me to provide different functionality to an app targeting html and io, it will not build the serializa…
hx-ai updated
3 years ago
-
`flutter pub get`:
```
Because every version of flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2 and dart_json_mapper 1.7.2 depends on intl ^0.16.1, flutter_localizations from sdk …
-
Error message: W/Gralloc3: mapper 3.x is not supported
E/libc: Access denied finding property "vendor.gralloc.disable_ahardware_buffer"
Specifically has failed on Pixel 3 and a Hauwei P30 Pro.
…
-
Running Flutter test with coverage leads to an _NoSuchMethodError: The getter 'iterator' was called on null_ Error in _coverage_collector.dart_
## Steps to Reproduce
I can not tell what is requ…
-
I am testing a Flutter app with Google Maps Flutter, and the app often hangs after this message:
> Running Gradle task 'assembleDebug'...
> √ Built build\app\outputs\apk\debug\app-debug.apk.
> …
-
## Steps to Reproduce
1. Create a new sample project and paste this into `test/widget_test.dart`:
```dart
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter_sample_project/…
-
After running `flutter packages pub global run webdev build` or `flutter packages pub global run webdev serve -r` web app loads all resources but shows a blank page with Safari.
With Chrome all work…
tapeo updated
3 years ago
-
I followed the example, on the homepage, but got this error.
```
type 'Item' is not a subtype of type 'List' of 'value'
dart:_internal _CastListBas…
-
I was trying to confirm if https://github.com/flutter/flutter/issues/35734 is still reproducible on master and ran into this crash. Didn't even need to change the default `flutter create` app as it tu…
-
Hi everyone and thank you in advance for helping.
I'm trying to build my flutter application, but I get the following output when I run
```
flutter build apk --split-per-abi --no-tree-shake-icon…