Flutter Gradient Generator is a web app that generates linear and radial gradients for Flutter widgets.
-
Visit the web app.
-
Choose the gradient style. The options are:
- linear
- radial.
-
Choose the gradient direction. The options are:
- top-left
- top-center
- top-right
- center-left
- center (only works for radial gradients)
- center-right
- bottom-left
- bottom-center
- bottom-right
-
Choose the gradient colors. You can either
- use the color pickers to select your colors or,
- use random colors by clicking the random button
-
Click on "Get Gradient Code" and the code will be copied to your clipboard.
- Linear gradient
- Radial gradient
- Color picker
- Dark mode
Victor Eronmosele - victoreronmosele@gmail.com
Project Link: https://github.com/victoreronmosele/flutter_gradient_generator
- CSS Gradient Generator for the visual design inspiration.
- Cyclop for the color picker
Distributed under the GPL 3.0 License. See LICENSE.txt for more information.