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

A library of Material-inspired UI components and design utilities for building responsive web applications with Jaspr.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate naki_ui

Use it

The package has the following executables:

$ naki_ui
$ skills

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add naki_ui

With Flutter:

 $ flutter pub add naki_ui

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

dependencies:
  naki_ui: ^1.0.1

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:naki_ui/naki_ui.dart';
6
likes
160
points
132
downloads

Documentation

API reference

Publisher

verified publisherflutterful.dev

Weekly Downloads

A library of Material-inspired UI components and design utilities for building responsive web applications with Jaspr.

Homepage
Repository (GitHub)
View/report issues

Topics

#jaspr #jaspr-components #naki-ui #naki-components

License

MIT (license)

Dependencies

args, io, jaspr, jaspr_icons_pack, jaspr_router, path, universal_web, yaml

More

Packages that depend on naki_ui