rekabhq / background_locator

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

After flutter 3.10.0 sharedpreferecnces update #364

Closed wleorule closed 1 year ago

wleorule commented 1 year ago

I kept getting error regarding .toLong conversion while traying to save callback to sharedprefrences, so I have updated it to use .toInt conversion which seems to be working right now.