Jonny Borges
Jonny Borges
1- I agree with this, and I think this is better than using inheritance (current approach). 2- However, some Rx have different behavior, we can use Extensions for that. For...
Hmm, I think this is already fixed in master, but not yet in pub.dev. I'll take a look at that.
Hi, I've implemented video playback for my project, you want help with a library?
+1 for video support
Unfortunately this library was abandoned, it had enormous potential
Linaria 4 no longer works with Nextjs 12. At least not the dynamic properties. Version 2 works normally.
You should use `assignAll` or `assign` yourRxList.assignAll(yourNewList) yourRxList.assign(yourNewObject) https://github.com/jonataslaw/getx/blob/master/documentation/en_US/state_management.md#note-about-lists
In fact, the show() method should not be invoked unless you have a custom widget that inherits from GetSnackbar. Get.snackbar() does the job, as it is in the docs. This...
As it is release-candidate, the present api is close to stability (not an alpha or beta). So you won't have significant breaks changes in the official release, however, you might...
Thanks for submitting this. I'm going to work on it this week