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

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

Nova UI #

A modern Flutter UI framework with reusable widgets and clean APIs.

Nova UI helps developers build beautiful Flutter applications faster with production-ready UI components.

Features #

  • NovaButton
  • NovaTextField
  • NovaContainer
  • Design System Constants
  • Clean APIs
  • Lightweight
  • Null Safety Support

Installation #

Add Nova UI to your pubspec.yaml:

dependencies:
  nova_ui: ^1.0.0

Run:

flutter pub get

Usage #

Import package:

import 'package:nova_ui/nova_ui.dart';

NovaButton #

NovaButton(
  text: 'Login',
  onPressed: () {},
)

NovaTextField #

NovaTextField(
  hintText: 'Email',
)

NovaContainer #

NovaContainer(
  padding: EdgeInsets.all(16),
  child: Text('Nova UI'),
)

Included Widgets #

Components #

  • NovaButton
  • NovaTextField
  • NovaContainer

Design System #

  • NovaColors
  • NovaRadius
  • NovaSpacing

Roadmap #

Version 1.1.0 #

  • NovaCard
  • NovaLoader
  • NovaDialog

Version 1.2.0 #

  • NovaToast
  • NovaBottomSheet
  • NovaShimmer

Contributing #

Contributions are welcome.

License #

MIT License

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

Topics

#flutter #widget #ui #design-system #components

License

unknown (license)

Dependencies

flutter

More

Packages that depend on nova_ui