rxget 0.1.2
rxget: ^0.1.2 copied to clipboard
A lightweight reactive state management and dependency injection library for Dart and Flutter — pure and minimal.
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.