From 761ffbc64bc44141582779062ace255eb81ab216 Mon Sep 17 00:00:00 2001 From: AYM1607 Date: Wed, 27 Feb 2019 16:05:10 -0600 Subject: [PATCH] Added image picker dependency, re-arranged dependencies on alphabetical order --- lib/src/resources/firebase_storage_provider.dart | 4 ++++ pubspec.yaml | 15 ++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 lib/src/resources/firebase_storage_provider.dart diff --git a/lib/src/resources/firebase_storage_provider.dart b/lib/src/resources/firebase_storage_provider.dart new file mode 100644 index 0000000..e45f9c5 --- /dev/null +++ b/lib/src/resources/firebase_storage_provider.dart @@ -0,0 +1,4 @@ +import 'dart:async'; +import 'dart:io'; + +import 'package:' \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index efa11de..c958b3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,18 +18,19 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.2 - http: ^0.12.0 - sqflite: ^1.1.0 - rxdart: ^0.20.0 - mockito: ^4.0.0 - firebase_core: ^0.3.0 - firebase_analytics: ^2.0.2 cloud_firestore: ^0.9.0 + cupertino_icons: ^0.1.2 + firebase_analytics: ^2.0.2 firebase_auth: ^0.8.1 + firebase_core: ^0.3.0 firebase_ml_vision: ^0.6.0 firebase_storage: ^2.0.1 google_sign_in: ^4.0.1+1 + http: ^0.12.0 + image_picker: ^0.5.0+3 + mockito: ^4.0.0 + rxdart: ^0.20.0 + sqflite: ^1.1.0 dev_dependencies: flutter_test: