morozteam_ui 0.2.0
morozteam_ui: ^0.2.0 copied to clipboard
Universal UI kit for Flutter applications with flexible configuration system for colors, typography and spacing
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add morozteam_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
morozteam_ui: ^0.2.0Alternatively, 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:morozteam_ui/morozteam_ui.dart';