gmana_flutter 0.0.9
gmana_flutter: ^0.0.9 copied to clipboard
A comprehensive Flutter UI library providing curated widgets, form helpers, theme services, and extensions to accelerate and standardize development.
Changelog #
0.0.9 - 2026-04-24 #
- compatibility: re-export spinner widgets from the new
gmana_spinnerpackage. - internal: update
GElevatedButtonto useGWaveDotSpinnerfromgmana_spinner. - breaking: remove old direct spinner forwarding files; use the canonical
g_dot_spinner.dart,g_wave_dot_spinner.dart, andg_bar_wave_spinner.dartpaths fromgmana_spinner.
0.0.8 - 2026-04-23 #
- breaking: make
registerErrorHandlersopt into custom error UI instead of replacingErrorWidget.builderby default - feat: add
GStarRatingBaras the canonical prefixed rating widget and deprecateStarRatingBar - feat: expand
GFieldConfigwith commonTextFormFieldoptions for focus, decoration, validation mode, save/submit callbacks, text style, and line constraints - polish: remove corrupted source comment separators from Flutter extension and color helper files
- breaking: rename canonical spinner widgets to
GCircularSpinner,GLinearSpinner, andGWaveSpinner - 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.