material_button_assist 1.0.0 copy "material_button_assist: ^1.0.0" to clipboard
material_button_assist: ^1.0.0 copied to clipboard

material_button_assist is an assistant that makes using Material Design's Common buttons easier.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add material_button_assist

With Flutter:

 $ flutter pub add material_button_assist

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

dependencies:
  material_button_assist: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:material_button_assist/material_button_assist.dart';
4
likes
120
pub points
0%
popularity

Publisher

verified publisherk9i.app

material_button_assist is an assistant that makes using Material Design's Common buttons easier.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on material_button_assist