nova_ui 1.0.1 copy "nova_ui: ^1.0.1" to clipboard
nova_ui: ^1.0.1 copied to clipboard

A modern Flutter UI framework with reusable widgets, design system components, and beautiful developer-friendly APIs.

Changelog #

All notable changes to this project will be documented in this file.

1.0.1 #

New Widgets #

  • NovaCard — pre-styled card with elevation and tap support

Improvements #

  • NovaButton — added variant (filled/outlined/text), icon, disabled state via onPressed: null
  • NovaTextField — converted to StatefulWidget, added label, maxLines, enabled, textInputAction, onFieldSubmitted, auto password visibility toggle
  • NovaContainer — added onTap, onLongPress, elevation shorthand, width, height, clipBehavior

Design System #

  • NovaColors — semantic theme-aware methods (primary(context), surface(context), etc.), raw MaterialColor swatches (indigo, slate, green, amber, red)
  • NovaSpacing — added gap widgets (gapMd, gapLg), EdgeInsets helpers (paddingPage, paddingH(), paddingHV())
  • NovaRadius — added full (pill shape), Radius variants (asMd, asLg), directional helpers (topLg, bottomMd)
  • NovaTheme — new class: NovaTheme.light() / NovaTheme.dark() for one-line MaterialApp theme setup
  • NovaThemeContextBuildContext extension: context.isDark, context.novaPrimary, context.novaTextSecondary

Bug Fixes #

  • CardThemeCardThemeData (Flutter 3.19+ compatibility)

1.0.0 #

  • Initial release
  • NovaButton, NovaTextField, NovaContainer
  • NovaColors, NovaSpacing, NovaRadius

1.0.0 #

Added #

  • NovaContainer
  • NovaButton
  • NovaTextField
  • NovaColors
  • NovaRadius
  • NovaSpacing

Initial Release #

First stable release of Nova UI.

4
likes
0
points
264
downloads

Publisher

unverified uploader

Weekly Downloads

A modern Flutter UI framework with reusable widgets, design system components, and beautiful developer-friendly APIs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on nova_ui