Skip to content

domesticmouse/flutter_gradient_generator

 
 

Repository files navigation

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.

About

A gradient generator for Flutter widgets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 89.0%
  • HTML 6.9%
  • CSS 4.1%