Refactored the task service to support the selection of an event, renamed to [CurrentSelectionService]. Created the event screen

This commit is contained in:
Mariano Uvalle 2019-04-06 18:11:42 -06:00
parent 7511e3c519
commit 7abee74b73
6 changed files with 52 additions and 25 deletions

View file

@ -0,0 +1,6 @@
import 'dart:async';
import '../resources/firestore_provider.dart';
import '../resources/firebase_storage_provider.dart';
class EventBloc {}