refactory skill test
a new flutter project (todo app).
getting started
this project is a starting point for a flutter application.
a few resources to get you started if this is your first flutter project:
for help getting started with flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full api reference.
preview app
login page | home page |
---|---|
file placement:
- logic test (test bootcamp 2/logic_test/)
- assets (assets/)
- use router (lib/routes/route.dart)
- use theme (lib/theme.dart)
- use auth (lib/utils/authentication.dart)
- use widget (lib/apps/widget/)
- use cubit (cubit/page_cubit.dart)
dependencies:
- cupertino_icons: ^1.0.2
- google_fonts: ^2.1.0
- flutter_bloc: ^7.3.0
- date_picker_timeline: ^1.2.3
- firebase_core: ^1.8.0
- firebase_auth: ^3.1.4
- google_sign_in: ^5.0.7
integrate flutter google signin with firebase to allow user authentication in your flutter app.
link to tutorial
Comments are closed.