restart_widget 1.0.2 copy "restart_widget: ^1.0.2" to clipboard
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
0
likes
0
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on restart_widget