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

This package mainly deals with the convenient construction of button components that interact with users in the development of the Flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add idkit_button

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

dependencies:
  idkit_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:idkit_button/idkit_button.dart';
1
likes
50
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

This package mainly deals with the convenient construction of button components that interact with users in the development of the Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, rxdart

More

Packages that depend on idkit_button