Easily access WikiVoyage articles from your phone
Go to file
Matyáš Caras 9994197579 docs: privacy 2023-04-03 19:48:52 +02:00
.flutter@2ad6cd72c0 feat: base 2023-03-16 14:57:15 +01:00
android chore: release configuration 2023-04-03 19:13:37 +02:00
assets feat: icon 2023-03-29 22:15:04 +02:00
ios feat: icon 2023-03-29 22:15:04 +02:00
lib fix: switch to selectabletext and render links 2023-04-03 19:09:51 +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
LICENSE.md feat: add recents and images 2023-03-27 19:45:57 +02:00
PRIVACY.md docs: privacy 2023-04-03 19:48:52 +02:00
README.md docs: license 2023-03-28 20:10:46 +02: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
pubspec.lock fix: replace image zoom packages 2023-04-03 15:48:07 +02:00
pubspec.yaml chore: release configuration 2023-04-03 19:13:37 +02:00

README.md

Voyage Handbook

Access WikiVoyage conveniently from your phone!

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

  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

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/>.