Luis Vargas

Results 26 comments of Luis Vargas

after 5 minutes of running the app in the background in android the app stops

what I found in my testing was that after disabling webview optimizations, the code worked correctly: ```javascript this.backgroundMode.on('activate', () => this.backgroundMode.disableWebviewOptimizations()); ```

you could add the `@uid` annotation to the field you want to act as unique id.

did you run `pug get` or `pub ugragde`?

could you show a full project?

your error is because you didn't call `_initMirrors()` function in your `main`: your full code should look as fallow: ```dart library test; // don't forget to change the name of...

don't worry, it's cool to help users of my library

could you show me your full code or a full example?