Skip to content

Commit

Permalink
version 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrongordon committed Oct 17, 2020
1 parent e324ff2 commit 9f4ffaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0-nullsafety.1"
auto_size_text:
dependency: "direct main"
description:
name: auto_size_text
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
bezier_chart:
dependency: "direct main"
description:
Expand Down Expand Up @@ -190,13 +197,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.8"
dots_indicator:
dependency: "direct main"
description:
name: dots_indicator
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
equatable:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A covid 19 application.
# 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: 6.4.0+6.4.0
version: 6.4.1+6.4.1

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies:
flutter_native_admob: ^2.1.0+3
flare_flutter: ^2.0.6
bezier_chart: ^1.0.17+1
dots_indicator: ^1.2.0
auto_size_text: ^2.1.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 9f4ffaa

Please sign in to comment.