Refactored the task service to support the selection of an event, renamed to [CurrentSelectionService]. Created the event screen
This commit is contained in:
parent
7511e3c519
commit
7abee74b73
6 changed files with 52 additions and 25 deletions
6
lib/src/blocs/event_bloc.dart
Normal file
6
lib/src/blocs/event_bloc.dart
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import 'dart:async';
|
||||
|
||||
import '../resources/firestore_provider.dart';
|
||||
import '../resources/firebase_storage_provider.dart';
|
||||
|
||||
class EventBloc {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue