fix: apply dart fix --apply
This commit is contained in:
@@ -31,7 +31,7 @@ class ExampleCubit extends Cubit<CrudState> {
|
||||
'DATA LOADED 1',
|
||||
'DATA LOADED 2',
|
||||
'DATA LOADED 3',
|
||||
'DATA LOADED 4'
|
||||
'DATA LOADED 4',
|
||||
]),
|
||||
);
|
||||
await Future<void>.delayed(const Duration(seconds: 1));
|
||||
|
||||
Reference in New Issue
Block a user