radial_button 0.0.6 copy "radial_button: ^0.0.6" to clipboard
radial_button: ^0.0.6 copied to clipboard

outdated

The purpose of Radial Button is facilitating the creation for FloatingActionButton and for the purpose that you need, using complete circle, semi-circle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add radial_button

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

dependencies:
  radial_button: ^0.0.6

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:radial_button/animation/circle_button_animation.dart';
import 'package:radial_button/bloc/bloc_controller.dart';
import 'package:radial_button/widget/circle_button.dart';
import 'package:radial_button/widget/circle_floating_button.dart';
46
likes
0
points
605
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

The purpose of Radial Button is facilitating the creation for FloatingActionButton and for the purpose that you need, using complete circle, semi-circle.

Homepage

License

unknown (license)

Dependencies

flutter, rxdart

More

Packages that depend on radial_button