-
Flutter 2.0 has been officially released with null safety, are there any plans to migrate this package?
Dependencies with null safety releases as of 2021.03.04.:
* `video_player`: available
* `fl…
-
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…
-
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:mp_chart
- package:path_drawing
- package:optimized_gesture_detector
- pack…
-
Tracking bug for migration to null-safety Dart, which has to be done before upgrading to newer version of Flutter/Dart.
These days the inconvenience of using null-unsafe Dart sometimes comes surpri…
-
Unfortunately, this super package can not be used in Null Safety . Update please ?
Flutter Error :
Cannot run with sound null safety, because the following dependencies
don't support null safety:
…
-
Save any variable with `@Property(type: PropertyType.date)` annotation with value as `DateTime.now().toUtc()`
Read the same variable DateTime comes back in local time zone and UTC flag is false
…
-
4.1.7 is not support null safety! after upgrade to flutter 2.0.1 this package show error regarding null safety
-
Hello,
I have created a prototype application "crmsystemtc" with JHipster v7.0.1. Now I wanted to generate a flutter app. Unfortunately I get the following error:
```
Error: Cannot run with sou…
-
With the release of Flutter 2, it would be important to migrate to null safety.
https://dart.dev/null-safety/migration-guide
-
I was trying to use Dart DevTools to profile the default starter app in Chrome. However, when I ran it in profile mode, the Flutter tool didn't print out a DevTools URI.
```
➜ new_flutter_app flut…