Changed inconsistend names, created the new task screen and its bloc
This commit is contained in:
parent
e3b8cf7a6d
commit
39ddba0fce
5 changed files with 11 additions and 2 deletions
9
lib/src/blocs/new_task_bloc.dart
Normal file
9
lib/src/blocs/new_task_bloc.dart
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import 'dart:async';
|
||||
|
||||
import 'package:rxdart/rxdart.dart';
|
||||
|
||||
import '../models/task_model.dart';
|
||||
import '../resources/authService.dart';
|
||||
import '../resources/firestore_provider.dart';
|
||||
|
||||
class NewTaskBloc {}
|
||||
|
|
@ -4,7 +4,7 @@ import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
|||
import '../models/task_model.dart';
|
||||
import '../blocs/home_bloc.dart';
|
||||
import '../widgets/home_app_bar.dart';
|
||||
import '../widgets/new-item-dialog-route.dart';
|
||||
import '../widgets/new_item_dialog_route.dart';
|
||||
import '../widgets/task_list_tile.dart';
|
||||
import '../widgets/loading_indicator.dart';
|
||||
import '../widgets/search-box.dart';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
import './new-item-dialog-button.dart';
|
||||
import './new_item_dialog_button.dart';
|
||||
|
||||
/// A transparent screen that lets you choose between creating a new task or
|
||||
/// add a new picture.
|
||||
Loading…
Add table
Add a link
Reference in a new issue