get_cubit 1.1.0 get_cubit: ^1.1.0 copied to clipboard
A package to help handle Cubit instances across the app.
0.0.1 #
- Initial Release
0.0.2 #
- Changed dependency
- Added delete all instance method
0.0.2+1 #
- avoid overriding
0.0.2+2 #
- fixed deleting all instances
0.0.3 #
- added a flusher to clear instances from memory
0.0.3+1 #
- updated documentation
0.0.4 #
- auto create a cubit on find if it doesn't exists
1.0.0 #
- added example
- all methods are now static
1.1.0 #
- added exists method to check if a cubit instance exists
- is now dart 3 compatible