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

outdated

A flutter plugin to show button with inbuilt loading.Create a custom Widget to display a group of two buttons with an in-build loading action. In default Widget shows two buttons, the primary button a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add submit_button_group

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

dependencies:
  submit_button_group: ^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:submit_button_group/submit_button_group.dart';
1
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to show button with inbuilt loading.Create a custom Widget to display a group of two buttons with an in-build loading action. In default Widget shows two buttons, the primary button and the secondary button. The primary button shows the nature of a submit button and the secondary button shows the nature of a close button. Both are customizable and perform as needed.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on submit_button_group