stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

Blog Overview: Paginated Scroll #24

Closed stefanhk31 closed 2 months ago

stefanhk31 commented 4 months ago

Possibly worth looking at an example that also allows taking advantage of a Sliver App Bar (see #25 ): https://github.com/VeryGoodOpenSource/very_good_infinite_list/blob/main/example/lib/sliver/sliver_example.dart

stefanhk31 commented 3 months ago

Is it possible to put a StatefulWidget in a WB use case builder, in order to get a situation where I can increase item length of list when scrolling to bottom?

stefanhk31 commented 3 months ago

For wiring up API: is it better to use query params instead of Blogs request body?