moksh-mahajan/flutter_youtube_search
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.
Dart