forui 0.3.0 copy "forui: ^0.3.0" to clipboard
forui: ^0.3.0 copied to clipboard

Forui is a UI library for Flutter that provides a set of minimalistic widgets heavily inspired by Shadcn/ui.

0.3.0 #

Additions #

  • Add FAlert
  • Add FCalendar
  • Add FBottomNavigationBar

Enhancements #

  • Breaking Change FSwitch to be usable in Forms.
  • Breaking Rename FThemeData.checkBoxStyle to FThemeData.checkboxStyle for consistency.

Fixes #

  • Fix missing style parameter for FCheckbox.

0.2.0+3 #

Fixes #

  • Fix broken images in README.md (yet again).

0.2.0+2 #

Fixes #

  • Fix broken images in README.md.

0.2.0+1 #

Fixes #

  • Fix broken images in README.md.

0.2.0 #

Additions #

  • Add FCheckbox.
  • Add FHeader.nested.
  • Add FProgress.

Enhancements #

  • Breaking Move FHeaderStyle to FHeaderStyles.rootStyle.
  • Breaking Move FHeaderActionStyle.padding to FRootHeaderStyle.actionSpacing.
  • Breaking Suffix style parameters with Style, i.e. FRootHeaderStyle.action has been renamed to FRootHeaderStyle.actionStyle.
  • Breaking Raw fields have been removed, wrap strings with the Text() widget. E.g. FButton(label: 'Hello') or FButton(rawLabel: 'Hello') should be replaced with FButton(label: Text('Hello')).
  • Change FTextField to be usable in Forms.
  • Change FTextFieldStyle's default vertical content padding from 5 to 15.
  • Split exports in forui.dart into sub-libraries.

Fixes #

  • Fix missing key parameter in FTextField constructors.
  • Breaking FButton.prefixIcon and FButton.suffixIcon have been renamed to FButton.prefix and FButton.suffix.
  • Fix padding inconsistencies in FCard and FDialog.

0.1.0 #

  • Initial release! 🚀
101
likes
0
pub points
88%
popularity

Publisher

verified publisherforuslabs.com

Forui is a UI library for Flutter that provides a set of minimalistic widgets heavily inspired by Shadcn/ui.

Homepage
Repository (GitHub)
View/report issues

Topics

#ui #widget

Documentation

Documentation

License

unknown (license)

Dependencies

collection, flutter, flutter_localizations, flutter_svg, forui_assets, google_fonts, intl, meta, nitrogen_flutter_svg, nitrogen_types, sugar

More

Packages that depend on forui