/flutter_gradient_generator

A gradient generator for Flutter widgets.

Primary LanguageDartGNU General Public License v3.0GPL-3.0

Flutter Gradient Generator

fluttergradientgenerator.com

Flutter Gradient Generator is a web app that generates linear and radial gradients for Flutter widgets.

Screenshot of the Flutter Gradient Generator web app

Usage

  1. Visit the web app.

  2. Choose the gradient style. The options are:

    • linear
    • radial.
  3. 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
  4. Choose the gradient colors. You can either

    • use the color pickers to select your colors or,
    • use random colors by clicking the random button
  5. Click on "Get Gradient Code" and the code will be copied to your clipboard.

Roadmap

  • Linear gradient
  • Radial gradient
  • Color picker
  • Dark mode

Contact

Victor Eronmosele - victoreronmosele@gmail.com

Project Link: https://github.com/victoreronmosele/flutter_gradient_generator

Acknowledgments

License

Distributed under the GPL 3.0 License. See LICENSE.txt for more information.