nib_components 0.1.0
nib_components: ^0.1.0 copied to clipboard
A native Flutter UI component library — 30+ theme-aware, responsive, controller-driven widgets (inputs, overlays, data, effects) built on nib_motion.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nib_componentsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nib_components: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nib_components/nib_components.dart';