CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
null-safety
09-08
Back-end
Flutter/Dart - Difference between obj!.property and obj?.property
08-24
database
Stateless widget to Stateful widget convert Dart Flutter
08-19
database
Listview api white screen return problem flutter
08-19
front end
type 'String' is not a subtype of type 'Map<String, dynamic>' flutter
08-19
front end
error: Non-nullable instance field 'reverseMap' must be initialized. Flutter
08-19
front end
type 'Null' is not a subtype of type 'String' flutter on api call
08-15
Enterprise
NoSuchMethodError: Class 'String' has no instance method 'toDouble'. flutter
08-15
Enterprise
type 'String' is not a subtype of type 'double' in type cast flutter
08-15
Enterprise
Class '_InternalLinkedHashMap<String, dynamic>' has no instance getter 'code
08-15
Enterprise
Class '_InternalLinkedHashMap<String, dynamic>' has no instance getter 'name
08-10
Mobile
Null safety error on model file from quicktype model
08-09
other
3 errors in make components in flutter
07-30
database
Error related to The argument type 'Object' can't be assigned to the parameter type &
05-23
Net
How to take integer input from user in dart
05-19
Software engineering
Is there a way in PHP to use null coalesing/nullsafe operators to default to not set any value?
05-09
Software design
The body might complete normally, causing 'null' to be returned, but the return type,
05-05
Enterprise
The argument type 'List<Slots?>?' can't be assigned to the parameter type '
04-28
Software engineering
Null check operator used on a null value: The relevant error-causing widget was CustomBottomBar
04-02
OS
The argument type 'TextStyle?' can't be assigned to the parameter type 'TextStyl
03-18
Mobile
What is your recommended workflow for Flutter null safety migration tool
03-17
Net
MissingStubError: 'get' when using mockito 5.1.0 to test api using riverpod
03-12
Software design
Null aware assignment of map entry
02-17
Back-end
I'm new to flutter and trying to use spread operator and Map into a List but I get null safety
02-11
Software engineering
Why im getting this error Warning: Operand of null-aware operation '??' has type 'Str
12-21
other
Why does being null safe matter
12-17
Enterprise
Zero joins with null in the null-safe join
11-20
Net
Method 'showBottomSheet' cannot be called on 'ScaffoldState?' because it is pote
11-12
Mobile
The argument type 'List<dynamic>' can't be assigned to the parameter type '
11-10
Net
How best to convert old Dart code that triggers "The non-nullable variable must be assigned&quo
11-10
Software engineering
what is other solution for "required" in null safety to get uid in firestore?
10-31
Blockchain
Error: Expected ',' before this. validator: validate!(String value),
10-24
Back-end
Error: The parameter 'onSubmit' can't have a value
10-06
Blockchain
How to make a generic functions in List<T> to get a Non-Optional type in Dart - Null Safety
09-27
Software engineering
How not to print a null value received from sqflite database?
Links:
CodePudding