Null Safety
Closed this issue · 2 comments
SaintNicholas commented
Dart 2.12 and Flutter 2 now support sound null safety (https://dart.dev/null-safety). We're using FlutterSwitch and looking to move everything to be null safe. Could you give me an idea of if/when you plan on supporting? Thanks!
boringdeveloper commented
Hi @SaintNicholas , I have published a pre-release with null-safety
SaintNicholas commented
Thanks!