gmana_flutter 0.0.8
gmana_flutter: ^0.0.8 copied to clipboard
A comprehensive Flutter UI library providing curated widgets, form helpers, theme services, and extensions to accelerate and standardize development.
0.0.8 - 2026-04-23 #
- breaking: rename canonical spinner widgets to
GCircularSpinner,GLinearSpinner,GWaveSpinner, andGSpinnerWaveDot - breaking: remove deprecated spinner aliases and add widget tests for the public form/spinner surface
- breaking: require Flutter 3.29 or newer to match the package's Dart SDK and modern Flutter API usage
- breaking: remove the duplicate
ResponsiveContext.screenSizeextension member; useContextExt.screenSizeinstead - polish: expand the main
gmana_flutter.dartexport surface for design tokens, responsive/context helpers, icon serialization, locale helpers, and string/time extensions - doc: refresh README examples so the primary import and color APIs are copy-pasteable
0.0.7 #
- doc: update README.md
0.0.6 #
- doc: add dart doc
0.0.5 #
- Add TextForm validation
0.0.4 #
Refactor form field structure and add new field components with validation
0.0.3 #
- Add ColorExtensionExampleApp and enhance theme mode functionality
- Introduced ColorExtensionExampleApp to demonstrate color manipulation features.
- Updated theme mode handling in ThemeModeExampleApp to use named routes.
- Added MaterialColor creation method in ColorService for better color management.
- Refactored theme mode service to include methods for retrieving theme keys and converting ThemeMode to keys.
0.0.2 #
- Update color extension methods for improved hex conversion and opacity handling
0.0.1 #
- Initial release.