Nicolas B
Nicolas B
All pubspec underlines indicating a plugin has an update stops showing when one of them has ONLY prerelease versions. You can try with the `fetcher` plugin. If you add `fetcher:...
This package has the exact same name than the [official flutter localization package](https://docs.google.com/document/d/10e0saTfAv32OZLRmONy866vnaw0I2jwL8zukykpgWBc/edit), resulting in name collision. After importing flutter_gen package (this package), my localization files are broken. `error: Target...
# Feature request Add the ability to set hours when the led would by default be off. For instance, if off hours are set between 8 am and 8 pm,...
It's currently only available for AMD GPU. Do you have plan or do know how to add support for NVIDIA GPU?
I would be great to have the batch writing feature in Firedart to optimise some operations :) https://firebase.google.com/docs/firestore/manage-data/transactions#batched-writes
I am very surprised I can't serialize a basic private field, I guess it is by design because as soon as I make it public, it works well. I have...
Hello :) I can't play several videos on iOS, with vimeo dash url. ``` Failed to load video: Error Domain=AVFoundationErrorDomain Code=-11828 "Cannot Open" UserInfo={NSLocalizedFailureReason=This media format is not supported., NSLocalizedDescription=Cannot...
First I'd like to thank you for this plugin, I use it everyday, it's very handy ! I'd love that the plugin also save the tab's scoll position. I've seen...
First I'd like to thank you for this plugin, I use it everyday, it's very handy ! I'd love that the plugin also save the tab's browsing history.
Wouldn't it be better to use Uint8List in your librairy instead of List ? For instance in the sha512.convert method ? Thanks :)