Added custom tour ordering

This commit is contained in:
Dennis Nemec
2025-12-20 21:00:33 +01:00
parent 0c61f65961
commit edb8676f5a
13 changed files with 502 additions and 166 deletions

View File

@ -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(