cedvdb
cedvdb
It should be done by default without additional setup. I'm not sure what you mean by applying a filter but it sounds overkill. I can't think of a single scenario...
Inconsistencies and redundencies of some API's due to deprecation is more time consuming than outright breaking changes, that is up to a point. That is if there are some small...
Moving those packages outside flutter would be nice so you don't import a widget from the wrong package by mistake.
It seems to me that the checkboxes do not use the color palette ( I tried on dark theme). I think those should have a sensible default. Currently it is...
I find the sparkle effect a bit odd in colors too, there will / is a parameter app wide to change the color so it goes from grey to a...
> When text is selected, the pointers and menus overlap the bottom navigation bar. Imo that's worth it's own issue ticket
I don't have an use case, or maybe some very basic ones but searching for a good json serialization library, none really exist because they can't use runtime reflection. You...
> 1. Dart has powerful "tree shaking" for ensuring we can produce apps with small code sizes. This relies on the ability to detect unused code, which doesn't work if...
I'm used to stream so I think they are fine. If you prefer callbacks then by all means, use what you are more comfortable with. I think stream offer the...
And what I meant with this issue is that I believe that the onProgress should be a stream that completes when the recording stops. Same goes for the player. Currently...