base_button 0.0.2 copy "base_button: ^0.0.2" to clipboard
base_button: ^0.0.2 copied to clipboard

BaseButton is a versatile Flutter package that provides a foundational component for building various types of buttons in your Flutter applications. It simplifies the process of creating and customizi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add base_button

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

dependencies:
  base_button: ^0.0.2

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:base_button/base_button.dart';
2
likes
120
pub points
22%
popularity

Publisher

unverified uploader

BaseButton is a versatile Flutter package that provides a foundational component for building various types of buttons in your Flutter applications. It simplifies the process of creating and customizing buttons by offering a set of flexible and reusable button widgets

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on base_button