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

A set of high-level Flutter UI components and stand-alone widgets that helps building your app.

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.11.0

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/deck.dart';
import 'package:uic/inline_text_field.dart';
import 'package:uic/list_uic.dart';
import 'package:uic/login_uic.dart';
import 'package:uic/progress_uic.dart';
import 'package:uic/responsive_layout.dart';
import 'package:uic/stateful_data.dart';
import 'package:uic/step_indicator.dart';
import 'package:uic/widgets.dart';
import 'package:uic/widgets/action_button.dart';
76
likes
110
pub points
59%
popularity

Publisher

verified publishereche.dev

A set of high-level Flutter UI components and stand-alone widgets that helps building your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_lints, url_launcher

More

Packages that depend on uic