Pagination in Flutter with BLoC/Cubit

Опубликовано: 30 Март 2026
на канале: heyletscode
19,968
386

In this video, we will implement pagination in #Flutter with the #bloc pattern

Github repository link:
https://github.com/heyletscode/flutte...

JSON Typicode:
https://jsonplaceholder.typicode.com/...

Follow me on social media:
  / heyletscode  
https://www.github.com/heyletscode
  / _heyletscode  
  / heyletscode  

Contents of this video:
00:00 - Introduction
01:03 - How pagination works in the backend?
03:27 - Create pagination_app project
05:55 - Files & folder structure
07:47 - Post model
10:00 - Post cubit state
14:04 - Load posts from the network
22:00 - User Interface