This example demonstrates the use of the ColorScheme.fromImageProvider API in Flutter to dynamically
generate a color scheme based on the content of selected images. Users can switch between light and dark themes
and view how the color scheme adapts based on the chosen image.
- Dynamic color scheme generation from image content.
- Toggle between light and dark themes.
- Responsive UI for both small and large screens.
To run this Flutter project locally, follow these steps:
- Clone the repository:
- Navigate to the project directory and install dependencies:
- Run the app on a connected device or emulator:
git clone https://github.com/Madhan-Rkv-10/Image-Based-Color-Example.gitflutter pub getflutter runThis project is licensed under the MIT License. See the LICENSE file for more details.
