Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x-rays5/wikinear

A flutter app that lists wikipedia articles near a location.
https://github.com/x-rays5/wikinear

dart flutter wikipedia

Last synced: 1 day ago
JSON representation

A flutter app that lists wikipedia articles near a location.

Awesome Lists containing this project

README

        

# wikinear

Building

1. Create a .env file in the root dir
Get api key from https://positionstack.com/product
```cmd
POSITIONSTACK_API_KEY=own_api_key
```
2. Get all dependencies
```cmd
flutter pub get
```
3. Then build the app
android:
```cmd
flutter build apk --release
```
ios use xcode