Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/x-rays5/wikinear
- Owner: X-rays5
- Created: 2022-01-21T17:28:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T19:30:52.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T18:40:04.677Z (over 1 year ago)
- Topics: dart, flutter, wikipedia
- Language: Dart
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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