artistic_ui 1.0.8 artistic_ui: ^1.0.8 copied to clipboard
This is a custom ui package which will allow us to make creative ui in less time and more efficiency.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add artistic_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
artistic_ui: ^1.0.8
Alternatively, 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:artistic_ui/artistic_ui.dart';