sketchura 0.0.1 copy "sketchura: ^0.0.1" to clipboard
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 sketchura

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sketchura: ^0.0.1

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:sketchura/constants/ColorConst.dart';
import 'package:sketchura/constants/TextstyleConst.dart';
import 'package:sketchura/core/utils/custom_button.dart';
import 'package:sketchura/main.dart';
0
likes
120
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 development workflow

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on sketchura