Skip to content

A Flutter app that fetches real-time earthquake data from an API and displays it in an easy-to-read list, providing information on magnitude, location, and time with Minimalist UI.

Notifications You must be signed in to change notification settings

BOSS6292/EarthquakeInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Earthquake App

A minimalist Flutter application that fetches real-time earthquake data from an API and displays it in an easy-to-read list. The app provides information on the magnitude, location, and time of each earthquake, featuring a clean and simple UI.

Features

  • 🌐 Fetches real-time earthquake data
  • 📋 Displays earthquake information in a list
  • 📊 Provides details on magnitude, location, and time
  • 🧼 Minimalist user interface for a clean look

Screenshots

Home Screen Sorting According to Parameters
Settings Location Permission
Retrieving location
Settings - 2
Date Selection

Installation

  1. Clone the repository:
    git clone https://github.com/BOSS6292/EarthquakeInfo.git
  2. Navigate to the project directory:
    cd EarthquakeInfo
  3. Install dependencies:
    flutter pub get
  4. Run the app:
    flutter run

Usage

  • 📱 Open the app to see a list of recent earthquakes.
  • 🗂️ Tap on an earthquake item to view more details.

Dependencies

  • http: For making API requests
  • provider: For state management
  • intl: For date and time formatting

API

The app uses the USGS Earthquake API to fetch real-time earthquake data.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries or feedback, feel free to reach out at Mail.

About

A Flutter app that fetches real-time earthquake data from an API and displays it in an easy-to-read list, providing information on magnitude, location, and time with Minimalist UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages