Flutter 2
A Flutter Application that loads a local JSON file that contains the different currencies around the world with their code and display them on the screen, using DefaultAssetBundle with the help of dart:convert library.
You can wathc the episodeon Youtube : https://youtu.be/fcwVwWZZ-sY
for further reading, DefaultAssetBundle : https://api.flutter.dev/flutter/widgets/DefaultAssetBundle-class.html
JSON and serialization : https://flutter.dev/docs/development/data-and-backend/json
dart:convert : https://api.dart.dev/stable/2.10.5/dart-convert/dart-convert-library.html
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.