Laksh Samdariya
Results
2
issues of
Laksh Samdariya
Heyy @ResoDev I am starting to learn BLoC and Cubit from your tutorial but the starter project isn't compatible with null-safety. Could I make it compatible to null safety and...
In example 4 of Riverpod 2.x 17 hour course, you have shown the following code: final nameProvider = StreamProvider( (ref) => ref.watch(tickerProvider.stream).map( (event) => names.getRange(0, event), ), ); But in...