bkonyi / FlutterGeofencing

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

No visible @interface #7

Closed ashihCT closed 4 years ago

ashihCT commented 5 years ago

I tried running the example project and it fails with 10 warnings and 1 error.

Error: error: no visible @interface for 'FlutterHeadlessDartRunner' declares the selector 'runWithEntrypointAndLibraryUri:libraryUri:' [_headlessRunner runWithEntrypointAndLibraryUri:entrypoint libraryUri:uri];

bkonyi commented 4 years ago

This sounds like it was an old version of Flutter and this issue could probably be resolved by running flutter upgrade.