Skip to content

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
codenameakshay committed Sep 22, 2021
1 parent 9f4e615 commit e3e6454
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
49 changes: 28 additions & 21 deletions pubspec.lock
Expand Up @@ -35,14 +35,14 @@ packages:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.3.0"
async:
dependency: transitive
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.8.2"
bloc:
dependency: transitive
description:
Expand Down Expand Up @@ -407,20 +407,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
flare_loading:
dependency: transitive
description:
name: flare_loading
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
flare_splash_screen:
dependency: "direct main"
description:
name: flare_splash_screen
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -453,7 +439,7 @@ packages:
name: flutter_cache_manager
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.1.2"
flutter_displaymode:
dependency: "direct main"
description:
Expand All @@ -474,7 +460,7 @@ packages:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0"
version: "0.9.2"
flutter_local_notifications:
dependency: "direct main"
description:
Expand All @@ -496,6 +482,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
flutter_native_splash:
dependency: "direct main"
description:
name: flutter_native_splash
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.3"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -536,6 +529,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
get_it:
dependency: "direct main"
description:
name: get_it
url: "https://pub.dartlang.org"
source: hosted
version: "7.2.0"
github:
dependency: "direct main"
description:
Expand Down Expand Up @@ -971,12 +971,12 @@ packages:
source: hosted
version: "3.0.1"
rxdart:
dependency: transitive
dependency: "direct main"
description:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.26.0"
version: "0.27.2"
screenshot:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1122,6 +1122,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
universal_io:
dependency: transitive
description:
name: universal_io
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
url_launcher:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1212,7 +1219,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.1.2"
yaml:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -12,7 +12,7 @@ publish_to: none
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.6.9+75
version: 2.6.9+76

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit e3e6454

Please sign in to comment.