bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
337 stars 219 forks source link

Update example versions so 'flutter run' will work with the example #85

Open noamraph opened 2 years ago

noamraph commented 2 years ago

I ran flutter run under the example dir, and it failed.

I followed the instructions to change compileSdkVersion and kotlin_version, and now it works.