Added login button
This commit is contained in:
parent
cadde06471
commit
f7093ea73c
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import './models/event_model.dart';
|
||||||
|
import './models/summary_model.dart';
|
||||||
|
import './models/task_model.dart';
|
||||||
|
import './models/user_model.dart';
|
||||||
|
import './resources/google_login_provider.dart';
|
||||||
|
|
||||||
class App extends StatelessWidget {
|
class App extends StatelessWidget {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue