JSON & Serialization 2021 | build_runner & json_serializable code gen libraries | Flutter 2.0

Опубликовано: 18 Май 2021
на канале: Flutter Insights
794
17

in this tutorial we will be doing a JSON & Serialization project with The Movie DB API endpoints on a code generation way usong build_runner & json_serializable library packages ...

and in flutter 2.0 there's a slight changes in serializing JSONs then previous flutter versions like in previous versions we used raw string url as endpoint URL in the API request but now in the current version (flutter 2) that same URL should have to be parsed into (Uri.http/Uri.https) respectivley inorder to pass it through the API request ...

enjoy the content !!

Let's keep learning & sharing ...

src: https://github.com/himmat12/json_seri...

follow me on :
git - https://github.com/himmat12
twitter -   / himmatrai15  


#flutter
#flutternepal
#json
#json_serialization
#flutter2