Skip to content

laxmibagade/Color-Generator-App

Repository files navigation

🎨 Flutter Color Generator App

A simple and fun Flutter app that generates random background and text colors with every button press. Designed to explore the use of external packages like random_color and google_fonts from pub.dev.


🚀 Features

  • 🎲 Tap a button to generate new random color combinations.
  • 🎨 Dynamic background and text color updates.
  • ✍️ Beautiful Google Fonts for a playful look.
  • 🌈 Lightweight and responsive UI.

📦 Packages Used

Package Description
random_color Generate random colors easily.
google_fonts Access to hundreds of custom fonts.

🛠️ How to Run the App

  1. Clone the repository:
git clone https://github.com/your-username/color-generator-flutter.git
cd color-generator-flutter
  1. Get dependencies:
flutter pub get
  1. Run the app:
flutter run

📁 Folder Structure

lib/
 └── main.dart           # Main app entry point      
pubspec.yaml             # Dependencies and asset 
---


## 📚 Learning Objectives

This project demonstrates how to:

* Integrate **third-party packages** from pub.dev.
* Use **stateful widgets** and `setState()` for UI updates.
* Customize fonts and theming.
* Apply basic **UI/UX principles** in a fun context.

---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors