Cristian Zazo
Cristian Zazo
This can now be updated even to `4.1.1`. @roughike
Just saw you can avoid that error by setting this: ```dart BetterFeedback( theme: FeedbackThemeData( sheetIsDraggable: false, ), ), ``` But I didn't find anything in the docs for that, so...
Is that one available through pub.dev?
I'll try it, thanks! You could also try to create a PR with the fixes
Related #281
> @Zazo032 sorry for the late reply, but you navigating away from unity widget screen does not remove unity resources, you should read up the unity as a library documentation....
This only happens after adding: ```dart onCameraStarted: () => _photoSize.value = const Size(1920, 1080) ``` This is the only way to properly set the taken photo size, since the plugin...
Some more insights: Issue is only reproducible in profile and release builds, but not in debug ones. ```dart late final PictureController _controller; late final ValueNotifier _captureMode; late final ValueNotifier _flash;...
Some more insights: Crashes on stable channel (2.5.3), beta (2.7.0-3.0.pre) and dev (2.6.0-11.0.pre), but seems to be working fine in master (2.6.0-12.0.pre.462) However, even though it doesn't crash in master...
@jzoom could this be merged and pushed to pub.dev?