-
The pub.dev graphql flutter shows graphql_flutter not null safety https://pub.dev/packages/graphql_flutter
-
With the release of Flutter 2, it would be important to migrate to null safety.
https://dart.dev/null-safety/migration-guide
-
I installed this module tonight and tried to create an app and run it. First of all, am I supposed to run `yo jhipster-flutter-merlin` in a directory next to my JHipster app, or _inside_ my JHipster a…
-
don't support null safety:
- package:flutter_appavailability
please migrate to null safety
-
```
~/git/tmp/delete_me_flutter$ flutter run -d linux
This application does not support sound null-safety (its language version is 2.11).
To build this application, you must provide the CLI flag --…
-
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:flutter_my_picker
-
In Flutter 3, `WidgetsBinding.instance` no longer requires a null safety check.
```dart
: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
../…/pie_cha…
-
Hello, I am learning TDD with the course but I see that it is a little out of date, and now with Flutter 2.0 and null safety it would be a great idea to update it, because in addition to teaching TDD …
-
Hello
After updating to Flutter 3.24.0, which uses Dart 3.5, I now get the error “Legacy nullability is not supported. The error is also present with Flutter 3.25.0-1.0.pre.84 and Dart 3.6.0-167.0…
-
I am facing this kind of issue whenever I am trying to run the flutter app.
I am using latest version of amazon_cognito_identity_dart
```
amazon_cognito_identity_dart: ^0.0.22
```
```
Err…