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

A customizable Material 3 FilledButton with loading, icons, and disabled state support.

Flutter Easy Button #

A customizable Material 3 FilledButton for Flutter with support for loading state, icons, disabled state, and full-width layout.

Features #

  • ✅ Material 3 FilledButton
  • ✅ Loading state
  • ✅ Disabled state
  • ✅ Optional leading icon
  • ✅ Full-width support
  • ✅ Custom background and text colors

Installation #

Add this to your pubspec.yaml:

dependencies:
  flutter_easy_button: ^1.0.0

Usage #

import 'package:flutter_easy_button/flutter_easy_button.dart';

CustomFilledButton(
  buttonText: 'Login',
  onPressed: () {
    debugPrint('Button pressed');
  },
)

License #

This package is licensed under the MIT License.

11
likes
0
points
259
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Material 3 FilledButton with loading, icons, and disabled state support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_easy_button