Skip to content

ashu090990/flutter_color_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color_app

colors_app Screen Recording 2024-07-08 at 9 58 26 PM

Description

color_app is a Flutter application designed to fetch color data from the API endpoint "https://www.csscolorsapi.com/api/colors". The app parses the JSON response and displays the colors on both mobile and web screens. Upon tapping any color, a bottom snackbar displays the clicked color's name and additional details.

Features

  • Fetches color data from a remote API.
  • Parses JSON data for display.
  • Responsive design for both mobile and web platforms.
  • Interactive UI with tap functionality to show color details in a bottom snackbar.

Usage

  1. Clone the repository to your local machine.
  2. Run flutter pub get to install dependencies.
  3. Use flutter run to start the application on your desired platform (mobile or web).

API Endpoint

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.