Technical requirementsConverting Dart models into JSONGetting readyHow to do it...How it works...Reading the JSON fileTransforming the JSON string into a list of Map objectsTransforming the Map objects into Pizza objectsThere’s more...See alsoHandling JSON schemas that are incompatible with your modelsGetting readyHow to do it...How it works...See alsoCatching common JSON errorsGetting readyHow to do it...How it works...See alsoSaving data simply with SharedPreferencesGetting readyHow to do it...How it works...See alsoAccessing the filesystem, part 1: path_providerGetting readyHow to do it...How it works...See alsoAccessing the filesystem, part 2: Working with directoriesGetting readyHow to do it...How it works...See alsoUsing secure storage to store dataGetting readyHow to do it...How it works...See alsoDesigning an HTTP client and getting dataGetting readyHow to do it...How it works...There’s more...See alsoPOST-ing dataGetting readyHow to do it...How it works...PUT-ting dataGetting readyHow to do it...How it works...DELETE-ing dataGetting readyHow to do it...How it works...