rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
287 stars 321 forks source link

issue on release build fix #353

Open bornakpaul opened 1 year ago

bornakpaul commented 1 year ago

fix for [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_LookupLibrary: library 'package:untitled/location_callback_handler.dart' not found. By adding @pragma('vm:entry-point') before a class/ function, we let compiler know that the native code can access it