Files
floodwatch/readme.md
2025-01-28 23:17:57 +01:00

1.1 KiB

Floodwatch

This App was build for demonstration purposes. It requests data from the Environment Agency Real Time flood-monitoring API and displays a list and map of all flood measurement stations, as well as a graph showing the last 24 hours of measurements.

Features

  • Interactive Map View: Uses OpenStreetMap to display all flood monitoring stations

  • Station List:

  • Complete list of all flood monitoring stations

  • Fltering by station label

  • Detailed Station View:

  • Line graphs showing water levels over the past 24 hours

Third-Party Packages used

  • provider: State management solution for handling station data
  • flutter_map: Integration with OpenStreetMap for the map view
  • fl_chart: Creating line graphs for water levels

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/floodwatch.git
  1. Install dependencies:
flutter pub get
  1. Run the app:
flutter run

The App has been tested on Linux and Web and can be tested on android, too.

Building release version

flutter build