There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A project to demonstrate how to write clean and structured code using Bloc pattern. The app fetches JSON data from Youtube data API and convert it into dart objects using built_value package which takes care of all the boiler-plate for creating data classes, immutability and simple serialization. The app also implements pagination so that only a fixed no. of results are loaded until the user scrolls further.