Skip to content

Small project developed using Flutter as part of a graduation course.

Notifications You must be signed in to change notification settings

medeirosJose/flutter-random-color-palette

Repository files navigation

🎨 Random Color Palette Generator in Flutter

A small project proposed by DevProjects for beginners in Flutter. The project details and requirements are available in the provided link. As suggested, I utilized the ColorMind API, a free REST API, to fetch color palettes.

To enhance the project, I added a few extra challenges. One of these was enabling users to save a generated palette. To achieve this, I used Shared Preferences to store the palette data, which can then be accessed on another page titled 'Your Palettes'. Another feature I implemented is the ability to copy the hex code of a specific color to the clipboard by clicking on it.

Additionaly, I integrated Flutter Toast to display useful notifications throughout the app.

References

Screenshots

Generator Your Palettes

About

Small project developed using Flutter as part of a graduation course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published