own_customize_button 0.0.1 own_customize_button: ^0.0.1 copied to clipboard
This is the custom button package. In this package we can add the button to our project and make it more customize as style and ohter factor.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add own_customize_button
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
own_customize_button: ^0.0.1
Alternatively, 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:own_customize_button/own_customize_button.dart';