Fancy Gradient Cards
Fancy Gradient Cards package lets you add a beautiful gradient card to your Flutter app.
Installation
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
fancy_gradient_card: ^0.0.3
- Import the package and use it in your Flutter App.
import 'package:fancy_gradient_card/fancy_gradient_card.dart';
Example
There are a number of properties that you can modify:
- height
- width
- title
- subtitle
- network image
- gradient (color1 and color2)
|
Next Goals
xMake Some Animations with Containers and add some additional features.