Changed inconsistend names, created the new task screen and its bloc

This commit is contained in:
Mariano Uvalle 2019-03-31 00:53:57 -06:00
parent e3b8cf7a6d
commit 39ddba0fce
5 changed files with 11 additions and 2 deletions

View 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 {}

View file

@ -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';

View file

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