ui_utils 0.0.1 copy "ui_utils: ^0.0.1" to clipboard
ui_utils: ^0.0.1 copied to clipboard

Flutter package that wrap most commonly used widget in generic ones to reduce boiler plate. also provide some UI helper clases.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_utils

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

dependencies:
  ui_utils: ^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:ui_utils/ui_utils.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Flutter package that wrap most commonly used widget in generic ones to reduce boiler plate. also provide some UI helper clases.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, fluttertoast, overlay_support

More

Packages that depend on ui_utils