pm_core_button 0.0.1
pm_core_button: ^0.0.1 copied to clipboard
A flutter widget for the core button
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pm_core_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pm_core_button: ^0.0.1Alternatively, 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:pm_core_button/pm_core_button.dart';