Easily access WikiVoyage articles from your phone
Go to file
2023-03-27 19:45:57 +02:00
.flutter@2ad6cd72c0 feat: base 2023-03-16 14:57:15 +01:00
android feat: create basic article viewing 2023-03-24 23:48:55 +01:00
ios feat: base 2023-03-16 14:57:15 +01:00
lib feat: add recents and images 2023-03-27 19:45:57 +02:00
.gitignore feat: base 2023-03-16 14:57:15 +01:00
.gitmodules feat: base 2023-03-16 14:57:15 +01:00
.metadata feat: base 2023-03-16 14:57:15 +01:00
analysis_options.yaml feat: base 2023-03-16 14:57:15 +01:00
flutterw feat: base 2023-03-16 14:57:15 +01:00
LICENSE.md feat: add recents and images 2023-03-27 19:45:57 +02:00
pubspec.lock feat: add recents and images 2023-03-27 19:45:57 +02:00
pubspec.yaml feat: add recents and images 2023-03-27 19:45:57 +02:00
README.md feat: add recents and images 2023-03-27 19:45:57 +02:00

Voyage Handbook

Access WikiVoyage conveniently from your phone!

Roadmap

(In no particular order)

  • Navigation in articles by heading
  • Settings for reader
  • Translate UI
  • Support different WikiVoyage languages
  • Bookmark articles
  • Download articles
  • Download whole countries
  • Offline download
  • Translation of articles into different languages

Contributing

TODO

Building

Linux

  1. Download the repository with its submodules:
git clone https://git.mnau.xyz/hernik/voyagehandbook --recursive
cd voyagehandbook
  1. Install dependencies through flutter wrapper
./flutterw pub get
# check that android is set up correctly through flutter doctor
./flutterw doctor 
  1. Run on your connected device
./flutterw run