Skip to content

Commit

Permalink
Merge pull request #1901 from UCSD/percend_indicator_update
Browse files Browse the repository at this point in the history
updating version of percent_indicator
  • Loading branch information
c3bryant authored Jan 10, 2023
2 parents fe23a1c + 217649d commit 5f72715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/ui/parking/circular_parking_indicator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class CircularParkingIndicators extends StatelessWidget {
height: 75,
width: 75,
child: CircularPercentIndicator(
radius: 75,
radius: 37,
animation: true,
animationDuration: 1000,
lineWidth: 7.5,
Expand Down Expand Up @@ -146,7 +146,7 @@ class CircularParkingIndicators extends StatelessWidget {
height: 75,
width: 75,
child: CircularPercentIndicator(
radius: 75,
radius: 37,
animation: false,
lineWidth: 7.5,
percent: 0.0,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ packages:
name: percent_indicator
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "4.2.2"
permission_handler:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1149,4 +1149,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.18.0 <3.0.0"
flutter: ">=2.10.0"
flutter: ">=2.12.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
ref: 9fd5cc0aa1a68d70588741f40bfc6830b46c10c1
geolocator: ^9.0.2
package_info: 2.0.2
percent_indicator: 3.0.1
percent_indicator: 4.2.2
permission_handler: ^10.2.0
pointycastle: 3.4.0
provider: 6.0.1
Expand Down

0 comments on commit 5f72715

Please sign in to comment.