submit_button_group 0.0.2
submit_button_group: ^0.0.2 copied to clipboard
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_groupThis 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.2Alternatively, 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';