Gradient-Widgets icon indicating copy to clipboard operation
Gradient-Widgets copied to clipboard

Flutter widgets wrapped with gradients

Results 11 Gradient-Widgets issues
Sort by recently updated
recently updated
newest added

When the GradientButton put in Column and set the CrossAxisAlignment to stretch the GradientButton doesn't stretch like standard widgets, How we should set the width and height

Support RTL for gradient progress indicator by using TextDirection

Is Icon going to be supported also for the gradient class as I think it will look very nice on apps.

elevation: 1.0, shadowColor: Colors.black, GradientCard ![image](https://user-images.githubusercontent.com/351125/60402656-f290f100-9b68-11e9-9143-5aba60f45b95.png) Default Card ![image](https://user-images.githubusercontent.com/351125/60402661-063c5780-9b69-11e9-9c28-ec2f248adce5.png) [✓] Flutter (Channel dev, v1.7.11, on Mac OS X 10.14.5 18F132)

On android 5 button looks so(You must to scroll up to see a button): ![J1ZNS3Cca-w](https://user-images.githubusercontent.com/18518522/66397407-70745c00-e9e4-11e9-99e9-6073239c837b.jpg) But on android 7+ works fine: ![mobile_file_2019-10-08_12-55-41](https://user-images.githubusercontent.com/18518522/66397525-ae718000-e9e4-11e9-9c43-426cd892c394.png)

Is AppBar going to be supported also for the gradient class as I think it will look very nice on apps.

- Added Gradient Appbar - Android example migrated to v2

/C:/Users/admin/AppData/Local/Pub/Cache/hosted/pub.dev/gradient_widgets-0.6.0/lib/src/gradient_widget.dart:104:73: Error: The getter 'button' isn't defined for the class 'TextTheme'. - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('/C:/flutter/packages/flutter/lib/src/material/text_theme.dart'). Try correcting the name to the name of an existing getter, or defining...