-
Null safety is stable now in flutter. Any plan to migrate flutter_screen to null safety?
-
On run, I encountered this error
```
Error: Cannot run with sound null safety, because the following dependencies don't support null safety:
- package:flutter_gauge
```
I think this is d…
-
Hello,
I have migrated all my Flutter application to Null Sound Safety.
The app compiles and works fine on web, android, ios.
All my dependencies appears to be null safe:
```
flutter pub outd…
-
This is a request to add support for [null safety](https://dart.dev/null-safety) to `package:flutter_xlider`
We depend on your awesome package, so would be great to have null safety enabled.
The D…
-
I have setup it in my project and getting error in console:
```
The library 'package:flutter_multiselect/flutter_multiselect.dart' is legacy, and should not be imported into a null safe library.
…
-
I'm trying to use build runner but all of a sudden it's throwing me null safety errors:
```
flutter pub run build_runner watch --delete-conflicting-outputs
```
Fails with:
```
Failed to pre…
-
Hi, flutter 2.0 was landed and null safety is stable. Do you have any plan to migrate barcode_flutter to null safety?
-
flutter build web --no-sound-null-safety
Building without sound null safety
For more information see https://dart.dev/null-safety/unsound-null-safety
/C:/Users/Dave/AppData/Local/Pub/Cache/host…
-
**Describe the bug**
Cannot add requests to Flutter 3.3.0 project via `flutter pub add requests` or 'dart pub add requests`
**To Reproduce**
Steps to reproduce the behavior:
1. In android studio…
-
## Work
* [x] Make the Windows build print the build duration in seconds
* [x] Make Windows builds print the build output path & size
* [ ] Make web builds print the build output path & size
#…