sketchura 0.0.1
sketchura: ^0.0.1 copied to clipboard
Sketchura UI is a Flutter UI builder package that helps you reduce boilerplate code and build modern interfaces faster. It provides simple, reusable, and customizable components to speed up your devel [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sketchuraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sketchura: ^0.0.1Alternatively, 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:sketchura/constants/ColorConst.dart';
import 'package:sketchura/constants/TextstyleConst.dart';
import 'package:sketchura/core/utils/custom_button.dart';
import 'package:sketchura/main.dart';