Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
now flare is taken from dev branch
  • Loading branch information
AndreaCostanzo1 committed Jun 9, 2019
1 parent d8a6928 commit 7318fa0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
Empty file added lib/model/beer.dart
Empty file.
30 changes: 24 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
cloud_firestore:
dependency: "direct main"
description:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.3"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -64,19 +71,30 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+3"
flare_dart:
dependency: transitive
firebase_storage:
dependency: "direct main"
description:
name: flare_dart
name: firebase_storage
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
flare_dart:
dependency: transitive
description:
path: flare_dart
ref: dev
resolved-ref: "6606b73bf4f7b87105a6febfbb5f2167cf8b8977"
url: "git://github.com/2d-inc/Flare-Flutter.git"
source: git
version: "1.4.1"
flare_flutter:
dependency: "direct main"
description:
name: flare_flutter
url: "https://pub.dartlang.org"
source: hosted
path: flare_flutter
ref: dev
resolved-ref: "6606b73bf4f7b87105a6febfbb5f2167cf8b8977"
url: "git://github.com/2d-inc/Flare-Flutter.git"
source: git
version: "1.5.1"
flutter:
dependency: "direct main"
Expand Down
8 changes: 7 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ dependencies:
sdk: flutter

firebase_core: ^0.4.0+3

firebase_auth: ^0.11.1+6
cloud_firestore: ^0.12.3
firebase_storage: ^3.0.1

google_sign_in: ^4.0.2

provider: ^2.0.1
Expand All @@ -34,6 +36,10 @@ dependencies:
cupertino_icons: ^0.1.2

flare_flutter:
git:
url: git://github.com/2d-inc/Flare-Flutter.git
ref: dev
path: flare_flutter

shared_preferences: ^0.5.3+1

Expand Down

0 comments on commit 7318fa0

Please sign in to comment.