Skip to content

Bump signal_strength_indicator from 0.4.1 to 0.5.0#2970

Merged
veloce merged 1 commit into
mainfrom
dependabot/pub/signal_strength_indicator-0.5.0
May 5, 2026
Merged

Bump signal_strength_indicator from 0.4.1 to 0.5.0#2970
veloce merged 1 commit into
mainfrom
dependabot/pub/signal_strength_indicator-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps signal_strength_indicator from 0.4.1 to 0.5.0.

Changelog

Sourced from signal_strength_indicator's changelog.

[0.5.0] - 2026-04-10

  • BREAKING: migrated to Dart 3 / Flutter 3 (SDK constraint >=3.0.0 <4.0.0)
  • Replaced lint package with flutter_lints for Dart 3 compatibility
  • Removed deprecated strong-mode analyzer options
  • Fixed division by zero when minValue == maxValue
  • Fixed shouldRepaint to compare all style properties (previously only value was checked, preventing repaints on color/level changes)
  • Fixed null dereference on IconTheme.size — falls back to 24.0
  • Fixed threshold comparison: bars are now active when value >= threshold (was strict >)
  • Added value clamping in normalizeValue to 0.0–1.0 range
  • Fixed user-provided levels being silently discarded when count != barCount
  • Moved clipRect outside the draw loop in sector painter
  • Fixed variable shadowing in sector painter
  • Removed redundant imports (widgets.dart, cupertino.dart)
  • Updated constructors to use super parameters (Dart 3 style)
  • Added unit tests for normalizeValue and normalizedLevels
  • Updated README with full parameter documentation and more usage examples
Commits

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Apr 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/pub/signal_strength_indicator-0.5.0 branch from 7b2a947 to 9c63714 Compare April 15, 2026 09:23
@veloce veloce merged commit fbb7cb4 into main May 5, 2026
@veloce veloce deleted the dependabot/pub/signal_strength_indicator-0.5.0 branch May 5, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant