Easily access WikiVoyage articles from your phone
.flutter@796c8ef792 | ||
.vscode | ||
android | ||
assets | ||
ios | ||
lib | ||
.gitignore | ||
.gitmodules | ||
.metadata | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
flutterw | ||
l10n.yaml | ||
LICENSE.md | ||
PRIVACY.md | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
Voyage Handbook
Access WikiVoyage conveniently from your phone!
Install
- Google Play
- F-Droid (soon)
Roadmap
(In no particular order)
- Render articles completely using native widgets
- 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
- Generate locales
./flutterw gen-l10n
- Run on your connected device
./flutterw run
License
Voyage Handbook - The open-source WikiVoyage reader
Copyright (C) 2023 Matyáš Caras
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.