Create an iOS & Android application to serve as an offline guidebook to the Red River Gorge
- Offline route data
- Cache photos at route & area levels
- Sorting
- Areas (Alpha, Size)
- Routes (Alpha, L2R, R2L, Stars, Grade)
- Fast search
- Bookmark areas
- Area directions
- Grade distribution histograms
- Sport/Trad route distinction
- Live GPS data
This is a Flutter app and the data has been neatly packaged into a sqlite database. The database can be found in RRC-Data/sqlite
as well as Redpoint-App/assets
.
- Follow the Flutter installation instructions
- In
Redpoint-App
doflutter run --release
Optionally, you can build the apk for Android and sideload it.