get_x_master 0.0.23
get_x_master: ^0.0.23 copied to clipboard
Independent Flutter state management, routing, and DI solution inspired by GetX with high performance.
0.0.1 #
- Update Last Version SDK.
- Add Documentation Package.
- Add New Feature.
- Add Fix AND New Feature Animation Extensions.
- Add New Feature Dependency injection.
- Extra codes cleaned up.
0.0.2 #
- Fix pub point
0.0.3 #
- Edit Document.
0.0.4 #
- Edit Document.
- Fix erroe handling smatFind.
0.0.5 #
- Fix bug .
- Add new extensions .
0.0.6 #
- Add New feature for route.
0.0.7 #
- Add New feature for route.
- Add New feature for Cupertino.
- Add New feature for Animation.
- Add New feature for Dependency injection.
- Add New feature for Utils.
- Add New feature for State management.
- Fix Bug GetBuilder.
0.0.8 #
- Add New feature for Responsive.
- Add New feature for Utils.
- Add New feature for State management.
0.0.9 #
- Update README .
- Update responsive .
0.0.10 #
- Fix bug .
0.0.11 #
- Fix bug .
0.0.12 #
- Fix bug .
0.0.13 #
- Fix bug null context.
0.0.14 #
- Fix document extention size.
0.0.15 #
- Add ReactiveGetView - Smart reactive widget for automatic UI updates.
- Enhanced GetView with intelligent state management capabilities.
- Automatic reactive updates without manual Obx() wrapping.
- Improved performance through intelligent rebuilding.
- Better code readability and maintainability.
- Full compatibility with existing GetX controller patterns.
- Updated comprehensive documentation with examples.
0.0.16 #
- Updated all responsive components and extensions to use new
GetResponsiveBuilderclass. - Enhanced responsive system documentation with updated class names.
- Improved integration with GetX framework naming standards.
- Fixed all references in examples, documentation, and implementation files.
- Fix document extention size.
- Fix Animate extention size.
- Fix responsive name ResponsiveBuilder detect orientation.
0.0.17 #
- BREAKING CHANGE: Renamed
ResponsiveBuildertoGetResponsiveBuilderfor consistency with GetX naming conventions. - Fix responsive name ResponsiveBuilder change to
GetResponsiveBuilder.
0.0.18 #
- Fix ConditionalNavigation navigation issue.
0.0.19 #
- Fix initialize dependency injection
0.0.20 #
- Fix initialize dependency injection
- Edit document .
- Edit GetResponsiveBuilder add new feature .
- Update Last SDK .
- Fix pub point .
0.0.21 #
- Add
ConditionalNavigationsupport tooff()andoffAll()methods. - Update documentation for Conditional Navigation.
- Add example for Conditional Navigation.
0.0.22 #
- Add
PasswordValidatorUtils.
0.0.23 #
🐛 Bug Fixes #
-
Snackbar Overlay Fix: Fixed "No Overlay widget found" error when using
Get.snackbar()orGet.showSnackbar().- Improved
overlayContextgetter with fallback to navigator context. - Enhanced overlay detection using
rootNavigatorfor better reliability. - Added smart context checking before showing snackbar.
- Improved
-
Smart Dependency Injection Fix: Fixed
smartLazyPutandsmartFindnot working correctly withBindings.- Fixed registration logic in
smartLazyPutto properly register controllers. - Improved
smartFindto correctly check if instance is registered or prepared. - Better error messages for debugging.
- Fixed registration logic in
📚 Documentation #
- Added comprehensive
SMART_LAZY_PUT_GUIDE.mdwith Persian documentation. - Updated
README.mdwith detailed usage examples forsmartLazyPutandsmartFind. - Added troubleshooting section for common issues with Bindings.