https://github.com/ilikerobots/intallinn_flutter
Travel tips from locals for visitors to Tallinn Estonia
https://github.com/ilikerobots/intallinn_flutter
dart estonia flutter tallinn travel-tips
Last synced: about 1 month ago
JSON representation
Travel tips from locals for visitors to Tallinn Estonia
- Host: GitHub
- URL: https://github.com/ilikerobots/intallinn_flutter
- Owner: ilikerobots
- License: other
- Created: 2017-03-07T10:56:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T11:05:20.000Z (over 8 years ago)
- Last Synced: 2025-04-30T20:26:02.894Z (about 1 month ago)
- Topics: dart, estonia, flutter, tallinn, travel-tips
- Language: Dart
- Homepage:
- Size: 319 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InTallinn (app)
A [travel tips app for visitors to Tallinn, Estonia](https://intallinn.ee). The code is written in Dart Flutter.
## Content Assets
The content assets (photos and article text) are derived from
[https://github.com/ilikerobots/intallinn_content](intallinn_content). To generate
this content, you will need to clone this repo to your filesystem.The script "bin/sync_intallinn_content" must then be updated to point to this repo. E.g.
```dart
const INTALLINN_CONTENT_PATH = "/path/to/inTallinn_content/";
```The sync script can then be run to sync image and article content:
```sh
dart bin/sync_intallinn_content.dart
```## Building
You can follow these instructions to build the gallery app
and install it onto your device.### Prereqs
If you are new to Flutter, please first follow
the [Flutter Setup](https://flutter.io/setup/) guide.### Building and installing the Flutter app
* `flutter upgrade`
* `flutter run --release`The `flutter run --release` command both builds and installs the Flutter app.