Skip to content

sweetylearner-max/SilentMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SilentMap 🗺️

Dead Zone Detector — Real-time signal strength heatmap on your map.

How it works

Walk anywhere with GPS on → app records signal strength every 10 meters → map shows green/yellow/red heatmap of your route.

Setup

flutter pub get
flutter run       # Android phone required

Permissions required

  • Location (GPS tracking)
  • Phone state (cell signal reading)
  • Internet (map tiles — OpenStreetMap)

Project structure

lib/
├── main.dart
├── theme/app_theme.dart
├── models/signal_point.dart
├── services/
│   ├── map_service.dart      # GPS + signal recording
│   └── db_service.dart       # SQLite storage
├── screens/home_screen.dart
└── widgets/
    ├── stat_strip.dart
    ├── zone_card.dart
    └── heatmap_layer.dart

Features

  • 📍 Real GPS location on OpenStreetMap
  • 📶 Cell signal (4G/5G/3G) strength recording
  • 🟢🟡🔴 Color-coded heatmap on map
  • 💾 Offline SQLite storage — all data saved locally
  • 📊 Stats: km walked, data points, dead zones
  • 🗂️ History — all past recordings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors