Skip to content

Commit

Permalink
updated packages and migrated app to Flutter 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-which-qp committed Jul 4, 2021
1 parent fd6fe90 commit c273df3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions ndole/bond_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: another_flushbar
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.22"
version: "1.10.23"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -70,21 +70,21 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.3.0"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.2.0"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.2.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -133,28 +133,28 @@ packages:
name: firebase_auth
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "2.0.0"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.2.3"
version: "5.0.0"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.3"
version: "2.0.0"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -197,7 +197,7 @@ packages:
name: font_awesome_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.0"
version: "9.1.0"
google_fonts:
dependency: "direct main"
description:
Expand Down Expand Up @@ -337,7 +337,7 @@ packages:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
version: "1.11.1"
petitparser:
dependency: transitive
description:
Expand Down
24 changes: 12 additions & 12 deletions ndole/bond_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.8.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutter:
sdk: flutter
another_flushbar: ^1.10.17
cloud_firestore: ^2.2.0
cupertino_icons: ^1.0.2
firebase_auth: ^1.0.1
firebase_core: ^1.0.2
font_awesome_flutter: ^9.0.0
google_fonts: ^2.0.0
google_sign_in: ^5.0.1
http: ^0.13.1
another_flushbar: ^1.10.23
cloud_firestore: ^2.3.0
cupertino_icons: ^1.0.3
firebase_auth: ^2.0.0
firebase_core: ^1.3.0
font_awesome_flutter: ^9.1.0
google_fonts: ^2.1.0
google_sign_in: ^5.0.4
http: ^0.13.3
logger: ^1.0.0
provider: ^5.0.0
shared_preferences: ^2.0.5
shared_preferences: ^2.0.6

dev_dependencies:
flutter_test:
sdk: flutter
change_app_package_name: ^1.0.0
pedantic: ^1.0.0
pedantic: ^1.11.1
flutter_launcher_icons: ^0.9.0

flutter_icons:
Expand Down

0 comments on commit c273df3

Please sign in to comment.