restart_widget 1.0.2
restart_widget: ^1.0.2 copied to clipboard
A Flutter package that provides a simple way to restart your app's widget tree with a new session key. Useful for user logout, theme changes, language switches, and app state resets.
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