Matthew Rice
Matthew Rice
After ~5 seconds of running in an iPhone 6s my app crashes even when not using a blur.
Here is a PR for the issue: https://github.com/jhomlala/betterplayer/pull/1059
From what i've been able to learn if the user on iOS does not have a default mail client setup it fails to send an email. My "solution" for now...
Thanks so much for the solution, this solved my out of memory issues.
Would love, love, love this feature.
Same with `package_info_plus ^3.0.1`
I just did a dependency override with the analyzer and it fixed the issue for me. ``` dependency_overrides: analyzer: 5.0.0 package_info_plus: 3.0.1 ```
It's this file: https://github.com/isacjunior/doc_widget/blob/master/packages/doc_widget/lib/src/widgets/title.dart It's not a big deal but the `double size` property is useless because it's not applied to the `Text` widget inside the `TextPreview`. ` final preview...