just_ui 0.0.1-alpha.2
just_ui: ^0.0.1-alpha.2 copied to clipboard
A lightweight and utilitarian UI package for Flutter, focused on business applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add just_uiWith Flutter:
$ flutter pub add just_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
just_ui: ^0.0.1-alpha.2Alternatively, 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:just_ui/just_ui.dart';