grex_ds 0.1.14 copy "grex_ds: ^0.1.14" to clipboard
grex_ds: ^0.1.14 copied to clipboard

Grex Design System for Flutter.

0.1.14 #

  • Update GrxIcons font with new icons: i3d, accessibility, blogger_outline
  • Update icon mapping to match new font codepoints

0.1.13 #

  • Add phone number masks for Portugal, Spain, Germany, and other important countries
  • Add phone number masks for France, Italy, United Kingdom, Netherlands, Sweden, Austria, Belgium, Switzerland
  • Add phone number masks for Canada, Mexico, Australia, China, India, Japan, South Korea, Russia, South Africa, New Zealand
  • All masks follow each country's standard phone number formatting conventions

0.1.12 #

  • Restore PostFrameCallback in FormField controller sync

0.1.11 #

  • Sync FormField values with controller changes for immediate validation

0.1.10 #

  • Export GrxShimmer widget in barrel file for public access

0.1.9 #

  • [GrxAutocompleteDropdownFormField] Add debounceDuration parameter to customize search debounce timing (default: 500ms)
  • [GrxAutocompleteDropdownFormField] Add minChars parameter to require minimum characters before triggering search (default: 0)
  • [GrxAutocompleteDropdownFormField] Add emptyText parameter to display custom message when search returns no results
  • [GrxAutocompleteDropdownFormField] Add disableSearchOnSelect parameter to prevent unnecessary searches after item selection (default: true)
  • [GrxAutocompleteDropdownFormField] Add loadingStyle parameter with GrxAutocompleteLoadingStyle enum for flexible loading indicators
    • shimmer (default): Replaces entire field with shimmer loader
    • suffixSpinner: Shows subtle spinner in suffix while keeping field visible
  • Create GrxAutocompleteLoadingStyle enum in separate file

0.1.8 #

  • [GrxDropdownFormField] Fix default item builder text style
  • Upgrade package versions

0.1.7 #

  • Create [GrxUpperCaseTextFormatter] utility

0.1.6 #

  • Add missing properties to text widgets

0.1.5 #

  • Add remove image callback on user avatar widget

0.1.4 #

  • Fix form fields value update

0.1.3 #

  • Create a text sanitizer

0.1.2 #

  • Improve avatar picker permissions

0.1.1 #

  • Improve phone form field

0.1.0 #

  • Improve Toast style

0.0.9 #

  • Upgraded to latest Dart version

0.0.8 #

  • Upgraded to latest Dart version

0.0.7 #

  • Upgraded to Dart 3

0.0.6 #

  • Created [GrxSvg] Widget

0.0.5 #

  • Created new [GrxToastService] service

0.0.4 #

  • Exported [RoundedLoadingButtonController] from [RoundedLoadingButton] package

0.0.3 #

  • Created new [GrxAnimatedLoadingButton] widget

0.0.2 #

  • Fixed some file names and paths

0.0.1 #

  • Created Design System