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

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

dependencies:
  sweet_ui: ^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:sweet_ui/SweetUI/classes.dart';
import 'package:sweet_ui/SweetUI/sweet_ui.dart';
import 'package:sweet_ui/main.dart';
2
likes
100
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_hooks, ultimator

More

Packages that depend on sweet_ui