https://github.com/damianomagrini/flutter-maps-does-not-render-mre
A minimal reproducible example of johnpryan/flutter_map#475.
https://github.com/damianomagrini/flutter-maps-does-not-render-mre
Last synced: about 2 months ago
JSON representation
A minimal reproducible example of johnpryan/flutter_map#475.
- Host: GitHub
- URL: https://github.com/damianomagrini/flutter-maps-does-not-render-mre
- Owner: DamianoMagrini
- Created: 2020-01-01T20:57:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T20:57:31.000Z (over 5 years ago)
- Last Synced: 2025-02-15T14:17:11.066Z (4 months ago)
- Language: Dart
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_map_does_not_render_mre
This is a minimal reproducible example of [johnpryan/flutter_map#475](https://github.com/johnpryan/flutter_map/issues/475).
## Building
As mentioned in [johnpryan/flutter_map#475](https://github.com/johnpryan/flutter_map/issues/475), the issue is only reproducible in the release build, so the app needs to be built with:
```bash
flutter build apk # for Android
flutter build ios # for iOS - note that I have only tested it in Android
```