animated_floating_button_pro 0.0.1 copy "animated_floating_button_pro: ^0.0.1" to clipboard
animated_floating_button_pro: ^0.0.1 copied to clipboard

A new Flutter package.

A Flutter package to use animatedFloatingButton.

Features #

  • 🚀 Cross platform: mobile, desktop, browser
  • ❤️ Simple
  • 🎈 NO native dependencies

Getting started #

You can use AnimatedFloatingButton by calling AnimatedFloatingButton .

FloatingActionButtonPage(
  direction: ui.TextDirection.rtl,
  isDismissible: true,
  mainButtonColor: AppColors.pineGreen100,
  shadowColor: const Color(0xff1D1D1B).withOpacity(0.5),
  labelStyle: const TextStyle(color: Colors.white),
  childrenProps: [
    FloatingButtonProps(label: 'label', icon: Icons.abc, action: () => print('lable 1')),
    FloatingButtonProps(label: 'label2', customIcon: const Text('A'), action: () => print('lable 2')),
    FloatingButtonProps(label: 'label3', icon: Icons.access_time_outlined, action: () => print('lable 3')),
    FloatingButtonProps(label: 'label4', icon: Icons.add_alert, action: () => print('lable 4')),
  ],
)
5
likes
120
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_floating_button_pro