mapbox / flutter-mapbox-gl

Moved to https://github.com/tobrun/flutter-mapbox-gl
Other
271 stars 60 forks source link

Can't run #58

Closed hojabbr closed 5 years ago

hojabbr commented 6 years ago

Note: ~/flutter/.pub-cache/hosted/pub.dartlang.org/mapbox_gl-0.0.1/android/src/main/java/com/mapbox/flutter/MapboxPlugin.java uses unchecked or unsafe operations.

tobrun commented 6 years ago

@hojjabr could you provide the steps taken to run/integrate this project? afaik unchecked or unsafe operations will not block you from running.

Ivaskuu commented 6 years ago

You need to set the min api in the build.gradle file to 24. That fixed it for me