lclrobert2020

Results 4 issues of 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...

status: triage

``` 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...

enhancement
help wanted
middleware/persist

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...

Stale
Needs: Triage :mag: