lclrobert2020
lclrobert2020
## 🐛 Bug Report I am running the example in the flutter-geolocator/geolocator/ and installed to my android the getCurrentPosition() method seems to return cached location when called in quick successions...
``` const scheduleLocalNotification = () => { const getCorrectDate = () => { const date = new Date(); date.setDate(date.getDate() + 1); date.setMinutes(date.getMinutes() + 2); return date; }; PushNotificationIOS.addNotificationRequest({ id: 'test',...
## Summary When using persist middleware, if both `onRehydrateStorage` callback and `partialize` exist in the Persist options, Setting state by calling store function inside the onRehydrateStorage listener failed to set...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description The app is granting all android user permission automatically when installed...