Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dart-null-safety

Flutter null safety - The argument type 'Color?' can't be assigned to the parameter type 'Color'

flutter dart-null-safety

The property 'docs' cannot be unconditionally accessed because received can be 'null' Flutter

Mockito - stub a method after the null-safety migration

Flutter Null Safety Migration says `Package doesn't exist`

I migrated to null safety and i cant run "flutter pub run build_runner build" without an error being thrown

Error: A library can't opt out of null safety by default, when using sound null safety

Dart null safety doesn't work with class fields

dart dart-null-safety

How is Dart "sound null-safety" different from Kotlin null safety?

After migrating flutter code to null-safety, mock objects not accepting `any`

Flutter: @required keyword

Non-nullable instance field must be initialized

dart dart-null-safety

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

dart dart-null-safety

Generator cannot target libraries that have not been migrated to null-safety

How to enable Null-Safety in Flutter?

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

Null check operator used on a null value

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