uic 0.3.2 copy "uic: ^0.3.2" to clipboard
uic: ^0.3.2 copied to clipboard

outdated

A set of Flutter UI components that simplifies implementing most used UI cases.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uic

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

dependencies:
  uic: ^0.3.2

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:uic/checkbox_uic.dart';
import 'package:uic/list_uic.dart';
import 'package:uic/progress_uic.dart';
76
likes
0
points
42
downloads

Publisher

verified publishereche.dev

Weekly Downloads

A set of Flutter UI components that simplifies implementing most used UI cases.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider, url_launcher

More

Packages that depend on uic