victoreronmosele / flutter_gradient_generator

An online tool for creating and customizing gradients for use in Flutter applications.
https://fluttergradientgenerator.com
GNU General Public License v3.0
21 stars 5 forks source link
dart flutter flutter-web gradient-generator gradients

Flutter Gradient Generator

fluttergradientgenerator.com

Flutter Gradient Generator is a web app that generates linear, radial and sweep 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
    • sweep
  3. 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
  4. Choose the gradient colors.

    You can:

    • use the color pickers to select your colors,
    • click on a gradient sample to use the sample's colors,
    • use a random gradient sample by clicking on the shuffle button,
    • add more colors by clicking the + button.
  5. Enter the color stops.

  6. Click on "Copy Gradient Code" and the code will be copied to your clipboard.

Running

  1. Clone the repository

    git clone https://github.com/victoreronmosele/flutter_gradient_generator.git
  2. Cd into the folder

    cd flutter_gradient_generator
  3. Run the app

    flutter run 

Roadmap

Contact

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

Acknowledgments

License

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