master_ui_collection 0.0.3
master_ui_collection: ^0.0.3 copied to clipboard
A package for UI Collection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add master_ui_collectionThis 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.3Alternatively, 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';