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

outdated

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.10.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/stateful_data.dart';
import 'package:uic/stateful_data/stateful_data_model.dart';
import 'package:uic/stateful_data/stateful_data_view.dart';
import 'package:uic/step_indicator.dart';
import 'package:uic/widgets.dart';
import 'package:uic/widgets/action_button.dart';
76
likes
0
pub points
58%
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

License

unknown (LICENSE)

Dependencies

flutter, flutter_lints, url_launcher

More

Packages that depend on uic