Flutter Gradient Generator is a web app that generates linear, radial and sweep gradients for Flutter widgets.
-
Visit the web app.
-
Choose the gradient style.
The options are:
- linear
- radial
- sweep
-
Choose the gradient direction.
The options are:
- top-left
- top-center
- top-right
- center-left
- center (not applicable for linear gradient)
- center-right
- bottom-left
- bottom-center
- bottom-right
- custom
-
Choose the gradient colors.
You can:
-
Enter the color stops.
-
Click on "Copy Gradient Code" and the code will be copied to your clipboard.
-
Clone the repository
git clone https://github.com/victoreronmosele/flutter_gradient_generator.git
-
Cd into the folder
cd flutter_gradient_generator
-
Run the app
flutter run
- Linear gradient
- Radial gradient
- Sweep gradient
- Color picker
- Color stops
- Addition of more colors
- Gradient samples
- Downloading gradient as image
- Addition of more gradient styles
- Text gradients
- CSS to Flutter converter
- Dark mode
Project Link: https://github.com/victoreronmosele/flutter_gradient_generator
- Gradient samples are from uiGradients.
Distributed under the GPL 3.0 License. See LICENSE.txt for more information.