crafted_ui 1.0.10 crafted_ui: ^1.0.10 copied to clipboard
Crafted_ui offers a set of UI components and resources that can be easily customized and adapted to suit your applications and design requirements.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add crafted_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
crafted_ui: ^1.0.10
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:crafted_ui/crafted_ui.dart';