glance_widget_android 0.1.1
glance_widget_android: ^0.1.1 copied to clipboard
Android implementation of the glance_widget plugin using Jetpack Glance.
Changelog #
0.1.1 #
- Updated dependency on glance_widget_platform_interface to ^0.2.0
- Compatible with iOS implementation release
0.1.0 #
- Initial release
- Android implementation using Jetpack Glance
- Three widget templates: Simple, Progress, List
- Instant widget updates (< 1 second)
- Theme support with dark/light modes
- Widget action callbacks to Flutter
- JSON serialization for list items
- Proper coroutine lifecycle management
- ProGuard/R8 rules included