master_ui_collection 0.0.4 copy "master_ui_collection: ^0.0.4" to clipboard
master_ui_collection: ^0.0.4 copied to clipboard

outdated

A package for UI Collection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add master_ui_collection

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

dependencies:
  master_ui_collection: ^0.0.4

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:master_ui_collection/core/border_radius.dart';
import 'package:master_ui_collection/core/spacing.dart';
import 'package:master_ui_collection/core/widget_shape.dart';
import 'package:master_ui_collection/core/widget_size.dart';
import 'package:master_ui_collection/core/widgets/button/master_button.dart';
import 'package:master_ui_collection/core/widgets/dropdown/master_dropdown.dart';
import 'package:master_ui_collection/core/widgets/textfield/master_text_field.dart';
import 'package:master_ui_collection/masterui.dart';
import 'package:master_ui_collection/radio/master_radio_group/master_radio_option.dart';
1
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A package for UI Collection.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on master_ui_collection