Javier de Pedro López

Results 11 comments of Javier de Pedro López

~7.0.1~ 7.5.0 seems to be working for me. I did a force downgrade to get this working while this gets fixed. It was causing issues on Android and iOS

Seems this could be an error related with #10 as there it says this case should be supported

The problem for my use case is that looking at the structure, you get an instance in all of them (`Bot`, `Organization` and `User`). I wanted to marshal the structure...

I believe the reason may be some change in the cursor format. Bypassing the validation shouldn't be the solution , but supporting the new format. I don't have permissions anymore...

I'd love to get those keys working as well. I use it also with the airpod max and the play next/previous doesn't work because it's not bound to the official...

@ened I tried that branch and doesn't seem to fix the issue. Tested another plugin that implements the `DartPluginRegistrant.ensureInitialized()` method and it seems to work. This is the plugin: https://pub.dev/packages/flutter_background_service...

@GavrielRosendorn74 do you know when are we seeing this landing in a public version?

I manage to make it work by using the following mm-config: ``` { "url": "mongodb://admin:adminPass@yourHost:yourPort/yourDb", "options": { "authSource": "admin" } } ```

I think having an utility like the one mentioned here can allow us for more flexibility when describing how our providers should behave on invalidation. Although having a ``NotifierProvider`` can...

I love the idea of `ref.onManualInvalidate`, and I think it's kind of self explanatory and follows the rest of patterns of the library 👍