Skip to content

Commit 2e622b8

Browse files
chore: Bump gauge_indicator from 0.4.3 to 0.5.0 (#3234)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nause <marc.nause@audioattack.de>
1 parent 538cf33 commit 2e622b8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/view/widgets/gauge_widget.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ class GaugeWidget extends StatelessWidget {
9292
axis: GaugeAxis(
9393
min: 0,
9494
max: 100,
95-
degrees: 270,
95+
sweepDegrees: 270,
9696
style: GaugeAxisStyle(
9797
thickness: (size * 0.05).clamp(3.0, 15.0),
9898
background: gaugeAxisColor,
99-
segmentSpacing: 2,
99+
zoneSpacing: 2,
100100
),
101101
progressBar: GaugeProgressBar.basic(
102102
color: gaugeProgressColor,

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,10 @@ packages:
419419
dependency: "direct main"
420420
description:
421421
name: gauge_indicator
422-
sha256: "483abfae360ddffdf7b89fbd25192f83d1a6513d5da18f2388131566ab0793fd"
422+
sha256: da9bc5a0d3355f95afaee63db06bc4ccd96f192a494665b71c90d9badd275982
423423
url: "https://pub.dev"
424424
source: hosted
425-
version: "0.4.3"
425+
version: "0.5.0"
426426
geoclue:
427427
dependency: transitive
428428
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
package_info_plus: ^9.0.1
3535
sensors_plus: ^7.0.0
3636
sleek_circular_slider: ^2.1.0
37-
gauge_indicator: ^0.4.3
37+
gauge_indicator: ^0.5.0
3838
light: ^5.0.0
3939
connectivity_plus: ^7.1.1
4040
carousel_slider: ^5.1.1

0 commit comments

Comments
 (0)