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

A Flutter Icon Button, with more modifications enabled.

Extended Icon Button #

Extended Icon Button package lets you add a beautiful Icon Button as per your need to your Flutter app.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  extended_icon_button: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:extended_icon_button/extended_icon_button';

Example #

There are a number of properties that you can modify:

  • height
  • width
  • title
  • title style
  • icon
  • icon size
  • icon color
  • button color
  • hover elevation

ExtendedIconButtons(
    onPressed: () {
        Navigator.push(context,
            CupertinoPageRoute(builder: (context) {
            return const SettingsPage();
        }));
         },
    text: "My QR Code",
    icon: const Icon(Iarrow_forward_ios),
    color: const Color(0xFFC6CBDD)),
                    ),
                  ),

Next Goals #

  • ❌ Add Custom Border Radius Functionality.
  • ❌ Add Custom Button Elevation Property.
4
likes
120
points
29
downloads

Publisher

verified publisherdeeprajbaidya.tech

Weekly Downloads

A Flutter Icon Button, with more modifications enabled.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on extended_icon_button