kamilkarp
kamilkarp
### Platform Windows ### Plugin connectivity_plus ### Version 5.0.2 ### Flutter SDK 3.16.8 ### Steps to reproduce Got crash logs from some users. Unable to reproduce locally. ### Code Sample...
According to graphql specification: "The response map may also contain an entry with key `extensions`". https://github.com/graphql/graphql-spec/blob/main/spec/Section%207%20--%20Response.md Added `extensions` in the response.
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### The question How could I change default behaviour of context menu showing after...
Currently, this plugin won't detect if the autostart is truly enabled. To do that correctly the [startup approved register](https://renenyffenegger.ch/notes/Windows/registry/tree/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/StartupApproved/Run/index) should also be checked. The odd first byte of this register...
I've added the ability to observe changes of key values. User gets notification event via stream if values inside the key changes. Optionally, user can set `includeSubkeys` to also get...
Either hiding incoming notification doesnt work or Im doing something wrong. Reproducing in examle: - add button in home page to hide incoming notification - create handler for this button...