zzvbm
zzvbm
For me the scale and rotation work independently, but after applying a rotation the scale then will scale into ridiculous high values and eventually crash the app. This also happens...
Too bad the creator seems to be inactive, I can't find an alternative
> https://pub.dev/packages/shape_of_view_null_safe > > I made a fork with null safety. Hope it helps :D Thank you for your effort sir! I will try it out asap.
Simple, and works if the user spins around the device ;) ``` ... header: SizedBox( width: MediaQuery.of(context).size.width, child: const Center( child: Icon( Icons.remove, size: 32, ), ), ), ... ```
I haven't tried so far to add a new custom layouts, but I had to override the default one and some of the default components in our docus theme. You...
Having the same issue and this PR fixes it, if changed locally in my node_modules. Would be great, if this could be merged. Although to my understanding there could be...
Same problem, downgrading doesn't work for me either.
I was able to make it work, the issue is that, we are using Vue/Nuxt and trying to initialize the editor via a passed prop to the component. Therefore you...