bkonyi / FlutterGeofencing

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

registerWith no longer a method in GeofencingPlugin #67

Closed elouiestudent closed 3 years ago

elouiestudent commented 3 years ago

I noticed that in a recent commit updating to Flutter Android Embedding v2 the method "registerWith" was removed. This was a breaking change for my application since I register each plugin individually. How does the plugin registration process change with the new commit?

bkonyi commented 3 years ago

Correct. registerWith is part of the old Android embedding API for Flutter plugins and has been deprecated for awhile. You'll want to follow the migration instructions here.