inc16sec
inc16sec
Hello @dreamer2q I've used your fork of this package and it works as expected, but I still face an issue when scrolling up so fast. The error is about the...
The problem really doesn't require much code all you have to do is scroll up the listView fast. ```dart ScrollController? scrollController; @override void initState() { super.initState(); scrollController = ScrollController(); }...
> @inc16sec Actually, I cannot reproduce such error using your code. Besides, your code seems missing `InViewNotifierWidget`. My bad I forgot `InViewNotifierWidget `. I'll try to reproduce the error and...
Having this same issue which results in the inViewState complaining.. This happens when `ListView.builder ` disposes of a widget but the inViewState still tries to retrieve the widget's renderObject (which...
> Hi @thespacedeck -- You may have already found it, but check out the discussion in #14. > > I ran into this as well and fixed it with the...
> I seem to come up with a solution here: [flutter/flutter#101227 (comment)](https://github.com/flutter/flutter/issues/101227#issuecomment-1250056634) Will there be a pull request any time soon? to test the solution.
> Hope this works :) > > [flutter/flutter#101227 (comment)](https://github.com/flutter/flutter/issues/101227#issuecomment-1250056634) Maybe you can create a new package with this approach. (eg; newFrame). Also. Respect for the effort. You seem to be...
> Noted and starred. I'll keep an eye on it.. As I use Keframe.. I have an app that is content-heavy (images, videos, text..) with different widths and heights, and...
> You are welcome! It is still very WIP, and I do not expect it to be excellent now :) Roger that.
> it stays connected to the server and if I navigate to the page again (which listens to the subscription) then I will have two connections and data is returned...