-
**Description:**
I need to navigate to a screen when the notification is opened, but I can't get it.
The app just is opened in main screen.
**Environment**
onesignal: ^1.0.0
**Steps…
-
Hi,
I get an error if I use `signInSilently` function when app starts.
This is the code of main.dart file:
```dart
void main() async {
// Create Persistor
final persistor =…
-
Hi! Thanks for the great plugin.
I'm trying redux_persist 0.8.0-rc.1.
App throws SerializationException when persistence file is nothing such as app's first run.
Looks like returning null without e…
-
When running the following portion of code
```
final store = Store(
reducer,
initialState: AppState(),
middleware: [persistor.createMiddleware()],
);
```
I receive the following error
…
-
As subject, I noticed data is maintaned even after the app is unistalled.
This is code I use:
// Create Persistor
final persistor = Persistor(
storage: FlutterStorage(),
…
-
Hi I am trying to compile a web version of my application and it seams to have some compilation errors comming from the package.
Could you help on this ?
```yaml
redux: ^4.0.0
redux_epics…
-
I tried using this library for persisting. However, state is not persisting, and errors show but are not so descriptive.
My main file:
```
final persistor = Persistor(
storage: FlutterStorag…
-
Hey there.
I must be doing something wrong but I just tried the example code and couldn't get my app state to ever persist. I can see it trying to load but json is never not null, nor any of my br…
-
**Describe the bug**
I need to navigate to second screen when notification is opened.
If I do it in `onLaunch` function, the problem is that the time the app is launched, the code in the functio…
-
Hi,
I am using in my project **redux_persist_web** and **redux_persist**. Does anybody configured this to work on both platforms? When I want to build mobile version I get an error:
```
Compiler…