-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart: Migrate to null safety #99
Comments
@Nitish145 |
Go Ahead @manjotsidhu |
@ShreyaPrasad1209 this can also be considered as #good-first-issue. |
@manjotsidhu @ShreyaPrasad1209 Hi, I'm an Open Source Day participant, willing to work on this. Please do assign me. |
Go ahead! |
What more needs to be done in this issue? |
|
Let me try migrating |
#156 |
@manjotsidhu can I work on this? |
Describe the bug
We should be migrating to null safety which was introduced in Dart 2.0. But before that, we need to make sure that first our dependencies are migrated to null safety according to this Guide: https://dart.dev/null-safety/migration-guide
This Issue serves as a checklist of all the packages which have been migrated to null safety.
flutter_icons
withfluttericon
#119Once this list is complete which means all our packages are sound null safety. We should use migration tool to migrate to null safety.
The text was updated successfully, but these errors were encountered: