New posts in dart-null-safety

How to convert a List<String?> to List<String> in null safe Dart?

why is the null-check of an outer variable isn't enough in dart?

How to enable Null-Safety in Flutter?

flutter form validator with null safety

The argument type 'Function' can't be assigned to the parameter type 'void Function()?' after null safety

The parameter can't have a value of 'null' because of its type in Dart

Best approach to null safe AppLocalization strings

Flutter 2: problem in Intl null safety library

A value of type 'StreamSink<dynamic>' can't be returned from the function 'assessmentSink'

How do I initialize non-nullable members in a constructor body?

Why can we not change the variable value if initialises at the time of declaration?

Context: Not a constant expression, error on dart

How can i add circular progress indicator on "onPressed" in the follwing code?

Cannot run with sound null safety because dependencies don't support null safety

The default 'List' constructor isn't available when null safety is enabled. Try using a list literal, 'List.filled' or 'List.generate'

I get multiple errors from an old version code because of Null-Safety

"The argument type 'String?' can't be assigned to the parameter type 'String'" when using stdin.readLineSync()

"The operator can’t be unconditionally invoked because the receiver can be null" error after migrating to Dart null-safety