one_uikit 0.1.5
one_uikit: ^0.1.5 copied to clipboard
A comprehensive Flutter UI Kit with reusable components, icons, and utilities for 1APP project
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add one_uikitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
one_uikit: ^0.1.5Alternatively, 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:one_uikit/one_uikit.dart';