Hannes Hultergård
Hannes Hultergård
### Update: So I still have the same issue, but I noticed that i don't get the error if i run `fastlane test_build` instead of `bundle exec fastlane test_build`. What...
This is still an issue for me
I have finally found a solution to my problem, for anyone coming here in the future. I simply had to add the following to the export options plist: ``` compileBitcode...
Another solution would be to use the same approach that is [described in the cookbook](https://docs.flutter.dev/cookbook/effects/shimmer-loading). It uses a single, top level widget to synchronize all the descendants.
I realize that this is an older issue, but I would just like to add some more information, since it seems like this feature is not present yet. In addition...
I have opened a pull request (https://github.com/chooyan-eng/crop_your_image/pull/102) that would fix this issue, by exposing an `encodeFunction` parameter. As an example i tried setting it to `encodeJpg(croppedImage, quality: 75)` (where `encodeJpg`...
Also, `CachedNetworkImage` should add expose the new `policy` of `ResizeImage` for use together with `memCacheWidth` and `memCacheHeight`. Not sure if that should be a separate issue or not.
I believe something like https://github.com/deakjahn/flutter_isolate_web would be a good solution. I will take a look at it as soon as I have time
> I built a standalone package for cropping on web using the GPU acceleration of the HTML Canvas. A similar approach could be integrated into this package. > > https://pub.dev/packages/cream_of_the_crop...
`PlatformException: Cannot read properties of undefined (reading 'init'), null, null)` is caused by a missing script tag, but `MissingPluginException(No implementation found for method initialize on channel mixpanel_flutter)` occurs even with...