restart_widget 1.0.4
restart_widget: ^1.0.4 copied to clipboard
A Flutter package that provides a simple way to restart your app's widget tree
1.0.0 #
- Initial release of restart_widget package
- Added RestartWidget for easy app restart functionality
- Added RestartCubit for state management using BLoC pattern
- Added RestartBaseState and RestartState for session key management
- Comprehensive test coverage for all components
- Complete documentation with examples and best practices
- Example app demonstrating GetIt integration
- Support for dependency injection container reset
- Session key generation utilities
- Proper resource cleanup and disposal
1.0.1 #
- Moved from Cubit to Notifier to remove unneeded dependency
1.0.2 #
- Updated restart function with optinal param
1.0.3 #
- Updated documentation and dart format
1.0.4 #
- Dart format