nebux_design_system 0.0.6 copy "nebux_design_system: ^0.0.6" to clipboard
nebux_design_system: ^0.0.6 copied to clipboard

A comprehensive Flutter design system package that provides consistent theming, typography, spacing, and UI components for Nebux applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nebux_design_system

With Flutter:

 $ flutter pub add nebux_design_system

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nebux_design_system: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nebux_design_system/nebux_design_system.dart';
2
likes
0
points
639
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter design system package that provides consistent theming, typography, spacing, and UI components for Nebux applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, double_back_to_exit, flutter, freezed_annotation, google_fonts, json_annotation, toml

More

Packages that depend on nebux_design_system