rxget 0.1.3
rxget: ^0.1.3 copied to clipboard
A lightweight reactive state management and dependency injection library for Dart and Flutter — pure and minimal.
0.1.3 #
- Fixed: Added
_isRegisteredguard toGetInto prevent accidental disposal of shared dependencies when navigating back and forth between pages. - Added comprehensive unit tests for
GetInregistration and deletion lifecycle (get_in_registered_guard_test.dart).
0.1.2 #
- Added comprehensive API documentation comments across all public APIs.
- Added counter app example project (
example/) for pub.dev scoring. - Introduced
GetxStatebase class andGetxController<T>with typed state pattern. - Updated
README.mdwith rxget architecture overview andGetInWidgetusage. - Updated LICENSE copyright.
0.1.1 #
- Remove
flutter_web_pluginsandwebdependencies frompubspec.yaml. - Update library documentation and structure.
0.1.0+3 #
- Initial release of rxget.
- Forked from GetX, focusing on state management and dependency injection.
- Removed routing and other non-core features.