super_ui 0.0.8+3
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_uiThis 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+3Alternatively, 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';