noinskit
noinskit
The current version cannot be used with Flutter 2.0 sound null safety. Could we please get a null-safe version of the package?
Is it possible to handle multiple commands matching a spoken text? As I understand the API, if multiple commands match (which can happen easily with wildcards etc.), many callbacks will...
I'd love to be able to access current coordinates of a bone (or something similar really, like curve vertices or bounding box of a node), within the current frame. Is...
Now that the plugin is open to running Flutter code in the background, what about optionally firing a callback when a scheduled notification is *shown* to the user? I think...
`BarCharts` seem to ignore vertical lines set up in their `FlGridData`. I understand from https://github.com/imaNNeoFighT/fl_chart/issues/92 that this was removed on purpose: ``` we decided to remove the horizontal value concept...
**Is your feature request related to a problem? Please describe.** I'm trying to use flutter-webrtc to get a stream of audio from local microphone, in real time. I'm using MediaRecorder.startWeb(),...
**Describe the bug** I had code with freezed classes that need to be abstract in order to compile, but got a warning at code generation time about this "not being...
Rive animations seem to slow down the whole program a lot in the HTML5 engine. It's visible even in the sample-rive-game. I tested on Mac OS in Chrome and Safari...