You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
Sound null safety is now the default for new projects (from Flutter 2.2), adding protection against null reference exceptions and enabling developers to express non-nullable types in their code.
📝Task
Check if all plugins are updated to NullSafety. If not then find a replacement.
Move not null safe code to a new branch named no-null-safety. Keep sound null safety code in master.
If the above task is completed Migrate current code to Sound Null Safety.
The text was updated successfully, but these errors were encountered:
Sound null safety is now the default for new projects (from Flutter 2.2), adding protection against null reference exceptions and enabling developers to express non-nullable types in their code.
📝Task
no-null-safety
. Keep sound null safety code inmaster
.The text was updated successfully, but these errors were encountered: