Added custom tour ordering
This commit is contained in:
@ -71,6 +71,7 @@ class _DeliveryAppState extends State<DeliveryApp> {
|
||||
BlocProvider(
|
||||
create:
|
||||
(context) => DeliveryBloc(
|
||||
noteBloc: context.read<NoteBloc>(),
|
||||
opBloc: context.read<OperationBloc>(),
|
||||
noteRepository: NoteRepository(
|
||||
service: NoteService(
|
||||
|
||||
Reference in New Issue
Block a user