bkonyi/FlutterGeofencing

registerWith no longer a method in GeofencingPlugin

Closed this issue · 1 comments

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?

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.