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
Still trouble, when I run: dart migrate
Analyzing project...
[-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|]
2 analysis issues found:
error • A value of type 'Entity*' can't be assigned to a variable of type 'Channel' at lib/example.dart:125:23 • (invalid_assignment)
error • The method 'add' can't be unconditionally invoked because the receiver can be 'null' at lib/example.dart:198:25 • (unchecked_use_of_nullable_value)
The migration tool didn't start, due to analysis errors.
The following steps might fix your problem:
Set the lower SDK constraint (in pubspec.yaml) to a version before 2.12.
About 2 months ago, Dart 2.12 was released, which made NNBD/Null-safety stable. This package has to be migrated.
Closed by #36.
The text was updated successfully, but these errors were encountered: