Gradient Buttons

gradient buttons package lets you add a beautiful gradient animated buttons to your Flutter app.

Installation

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

Features

There are a number of properties that you can modify:

  • Colors
  • Text
  • TextColor
  • Function
  • Padding
  • Border Radius

Demo

sample code

sample button widget

Libraries

gradient_buttons