Easily access WikiVoyage articles from your phone
.flutter@2ad6cd72c0 | ||
android | ||
ios | ||
lib | ||
.gitignore | ||
.gitmodules | ||
.metadata | ||
analysis_options.yaml | ||
flutterw | ||
LICENSE.md | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
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
- Download the repository with its submodules:
git clone https://git.mnau.xyz/hernik/voyagehandbook --recursive
cd voyagehandbook
- Install dependencies through flutter wrapper
./flutterw pub get
# check that android is set up correctly through flutter doctor
./flutterw doctor
- Run on your connected device
./flutterw run