flutterby
flutterby copied to clipboard
Example Flutter snippets, apps and packages
This is a very useful implementation of infinite scrolling and your videos are great, however I found that if there isn't enough data to fill the screen (i.e no need...
Thank you for this wonderful example. However, I see a couple of things missing. Having those will give us a more complete picture. ``` Stream userStream => FirebaseAuth .instance .onAuthStateChanged...
I found a problem in the 002-infinite-loading-pull-to-refresh example: When I click the "Show Posts" button, and get to the Posts page for the first time, the frames will be rendered...
hi David, great videos thanks very much! Could you possibly add the models used by the provider example + provide a complete / working app via Github (for the provider...