bkonyi / FlutterGeofencing

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

Protocol FlutterPluginRegistrantCallback showing unknown type #20

Closed PrashantGauravSingh closed 4 years ago

PrashantGauravSingh commented 5 years ago

In file GeofencingPlugin.m, showing Error: unknown type name 'FlutterPluginRegistrantCallback' static FlutterPluginRegistrantCallback registerPlugins = nil; What can be done to solve this issue.

bkonyi commented 4 years ago

It sounds like you might be on an old version of Flutter? This has been present for quite awhile: API here.