Tag Archives: Json annotation

Auto Generate JSON Models in Flutter, Filtering a List and Delay Searching

By | July 28, 2019

In this article we will see how to automatically generate json models in Flutter. Add Plugins For this we need some plugins… Open the pubspec.yaml file and add these dependencies. If you want to use json annotation, you can have ‘json_annotation’ plugin as well. Below is the url that we are going to parse and create the models… Read More »