mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Fix warnings
This commit is contained in:
parent
8a3a143b5d
commit
50f6fadb45
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ part 'misc/bloc.dart';
|
|||
part 'misc/state_event.dart';
|
||||
part 'misc_settings.g.dart';
|
||||
|
||||
typedef _BlocBuilder = BlocBuilder<_Bloc, _State>;
|
||||
// typedef _BlocBuilder = BlocBuilder<_Bloc, _State>;
|
||||
typedef _BlocListener = BlocListener<_Bloc, _State>;
|
||||
typedef _BlocSelector<T> = BlocSelector<_Bloc, _State, T>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue