diff --git a/pubspec.lock b/pubspec.lock index 9b4ee32..bcb9160 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index acb3aeb..273a377 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" @@ -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: