easy_actions 1.0.0 copy "easy_actions: ^1.0.0" to clipboard
easy_actions: ^1.0.0 copied to clipboard

outdated

A Flutter package for simple and easy to use buttons

Easy Actions #

style: very good analysis License: MIT

Overview #

A Flutter package for simple and easy to use actions like buttons, checkboxes and switches.

Feature #

  • Elevated Button
  • Outlined Button

Getting Started #

Add the easy_actions package as a dependency in your flutter project.

dependencies:
  easy_actions: '^1.0.0'

Usage #

import 'package:easy_actions/easy_actions.dart';

Elevated Button #

 EasyElevatedButton(
  label: 'Hello World!',
  isRounded: true,
  onPressed: () {},
),

Outlined Button #

 EasyOutlinedButton(
  label: 'Hello World!',
  isRounded: true,
  onPressed: () {},
),
4
likes
0
pub points
63%
popularity

Publisher

verified publisherashishbhakhand.com

A Flutter package for simple and easy to use buttons

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_actions