MiniSuperDev

Results 13 comments of MiniSuperDev

@opringle hello, this is because you are not declaring the `scrollController` in the state, so in each build a new `scrollController` is created. So declare de `scrollController` in the state...

Hi, I try your branch to create a bidirectional lazy load list like this https://github.com/quire-io/scroll-to-index/issues/89 The idea is use center key like flutter docs said https://github.com/flutter/flutter/blob/5464c5bac742001448fe4fc0597be939379f88ea/packages/flutter/lib/src/widgets/scroll_view.dart#L502-L513 I create a [gist](https://gist.github.com/MiniSuperDev/6726e744700054805d8872dea4d2d823)...

hi, i need to use firestore on windows/linux, is there already any plan to add it to the roadmap? And while they implement it is there any way to connect...

hello, is there any progress in the implementation of firestore?

I would like this functionality, and it also helps to write code and tests more readable using async await syntax. But I'm not convinced by the name `request`, as I...

> right now, you have to register a ts-node or other transpilation require hook in your thread/child process worker entry point to work around this. I would love for ts-jest...

Hello, Is there any way to do it while it is being implemented? For example is there a way to know if a font was loaded in the [FontLoader](https://api.flutter.dev/flutter/services/FontLoader-class.html)? I...

@alestiago Hello, any update on this? Thanks