super_ui 0.0.8+3 copy "super_ui: ^0.0.8+3" to clipboard
super_ui: ^0.0.8+3 copied to clipboard

Package for commonly used custom widget like buttons, imageholder etc. Aimed to ease the development of UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_ui

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

dependencies:
  super_ui: ^0.0.8+3

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:super_ui/super_ui.dart';
4
likes
60
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Package for commonly used custom widget like buttons, imageholder etc. Aimed to ease the development of UI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_hooks, image_picker, lint, shimmer

More

Packages that depend on super_ui