flutter_app_utilities 0.1.2
flutter_app_utilities: ^0.1.2 copied to clipboard
A zero-dependency Flutter toolkit with reusable extensions, UX widgets, form presets, validators, and common app state screens.
0.1.2 #
- Improved Dartdoc documentation for public APIs.
- Added/updated package documentation for better pub.dev scoring.
- Added license information.
- Improved package metadata and publishing readiness.
0.1.1 #
- Updated pub.dev package metadata to point to the Flutter App Utilities GitHub repository.
0.1.0 #
- Initial reusable package structure.
- Added extension helpers, view-state models, and common widgets.
- Added token-based mobile UX primitives for touch targets, feedback, forms, accessibility, skeleton loading, and screen structure.
- Added reusable issue screens for no internet, server connection failure, and permissions.
- Added login/signup-ready form field presets and standalone validators.
- Prepared pub.dev metadata and added a runnable example app.