flutter_device_ring 0.1.1
flutter_device_ring: ^0.1.1 copied to clipboard
A customizable traffic utilization ring gauge widget for Flutter. Displays network utilization with animated arcs, tier colors, and smooth state transitions.
0.1.1 #
- Fix: Child widget (images, SVGs) no longer overflows and covers ring arcs — automatically constrained to fit inside the ring with
FittedBoxscaling. - New:
glowIntensityparameter (0.0–1.0) to control the prominence of the outer glow halo. - Updated example app with glow intensity slider.
- Updated README with custom image and glow intensity usage examples.
0.1.0 #
- Initial release of
flutter_device_ring. DeviceRingwidget with dual inbound/outbound traffic arcs.- Tier-based coloring (low, medium, high, critical).
- Animated arc transitions with configurable duration.
- Optional pulsing glow effect.
- Info overlay showing percentage and tier badges.
DeviceRingThemefor full color and style customization.- Direction labels (IN/OUT) on ring sides.