mint_ui 0.0.2
mint_ui: ^0.0.2 copied to clipboard
Mint UI is a complete Flutter UI kit that leverages the power of `material.dart` and provides a suite of helpful extensions and constants to streamline UI development.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mint_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mint_ui: ^0.0.2Alternatively, 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:mint_ui/mint_ui.dart';