add login

This commit is contained in:
jyuesong
2022-01-12 15:45:52 +08:00
parent 9f7164db48
commit 05e4fd6f66
14 changed files with 483 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ dependencies:
flutter_riverpod: ^1.0.3
shared_preferences: ^2.0.12
synchronized: ^3.0.0
back_button_interceptor: ^5.0.2
dev_dependencies:
flutter_test:
@@ -31,9 +32,8 @@ flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/images/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.