diff options
author | Marvin Borner | 2018-07-21 17:59:36 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-21 17:59:36 +0200 |
commit | f03f214a47a78a52d73e28a76eec78d3f10d07e5 (patch) | |
tree | eaaf280fa5b89d32018236e06e1fc22220b8fa80 /pubspec.yaml | |
parent | acc5d5e9e960db9525a4368b393cb97fab8658e7 (diff) |
Rewritten login activity
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 6977814..448b450 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,14 +2,11 @@ name: beam_messenger description: A new flutter project. dependencies: - http: any - sqflite: any - path_provider: any + local_auth: "^0.2.0" + shared_preferences: "^0.4.0" cupertino_icons: any flutter: sdk: flutter flutter: - uses-material-design: true - assets: - - assets/login_background.jpg
\ No newline at end of file + uses-material-design: true
\ No newline at end of file |