aboutsummaryrefslogtreecommitdiffhomepage
path: root/pubspec.yaml
diff options
context:
space:
mode:
authorMarvin Borner2018-07-21 17:59:36 +0200
committerMarvin Borner2018-07-21 17:59:36 +0200
commitf03f214a47a78a52d73e28a76eec78d3f10d07e5 (patch)
treeeaaf280fa5b89d32018236e06e1fc22220b8fa80 /pubspec.yaml
parentacc5d5e9e960db9525a4368b393cb97fab8658e7 (diff)
Rewritten login activity
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml9
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