sweet_ui 0.0.1
sweet_ui: ^0.0.1 copied to clipboard
Sweet UI is a Flutter UI library that provides a set of ready-to-use components in a chainible way. it have most the basic tailwind classes and some more. It also have a set of custom components.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sweet_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sweet_ui: ^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:sweet_ui/SweetUI/classes.dart';
import 'package:sweet_ui/SweetUI/sweet_ui.dart';
import 'package:sweet_ui/main.dart';