Mehrdad Mohajerpour
Mehrdad Mohajerpour
this bug still remains the same. what can we do to prevent CPU load while turning TUN mode on??? this is really bad. in fact TUN mode is not usable.
the bug is still there in 6.17
how to correctly customize the configuration file? could you please elaborate on it? @2dust
layout_overlays.dart:72:19 this is the real cause. I guess it is because of rootRenderObject
I guess I have a similar problem as [this issue](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/455) when I revert to showcaseview: 2.0.3 I don't have this issue that's why I guess it is because of rootRenderObject.
@rashi-simform Take a look at the codes below this is from showcaseview 3.0.0: ``` @override Widget build(BuildContext context) { return LayoutBuilder( builder: (context, constraints) { return OverlayBuilder( showOverlay: showOverlay, overlayBuilder:...
I know that somehow the problem is because of rootRenderObject being added here. I don't know why but for me everything works in showcaseview 2.0.3. and this rootRenderObject is something...
@pamafe1976 what happens if you remove showcaseview as parent of your widget when you trigger a rebuild? no error? for me I had a throw-error with localToGlobal method call in...
> @mehrdad1990 The problem is with **rootRenderObject**, specially the one that is inside the **GetPosition** class. For what I have learned, after app goes to background, IOS will trigger several...
Both could be helpful but I need amplitude stream for recording to show audio waveforms. I tried the onprogress decibels you provided for now. Great package BTW