From 8faad5697b6a1e6cbca0ca9286cfaaca584cbad1 Mon Sep 17 00:00:00 2001 From: TheMuellenator Date: Thu, 11 Apr 2019 18:24:17 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5d3c1b3..d0fdd69 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,11 @@ * [HTTP Package API Reference](https://pub.dartlang.org/documentation/http/latest/) * [HTTP Response Class Documentation](https://pub.dartlang.org/documentation/http/latest/http/Response-class.html) * [List of HTTP Status Codes](https://www.restapitutorial.com/httpstatuscodes.html) +* [Chrome Plugin for Formatting and Viewing JSON](https://chrome.google.com/webstore/detail/json-viewer-awesome/iemadiahhbebdklepanmkjenfdebfpfe?hl=en) +* [JSON Mate: Formatting and Viewing JSON without a plugin](http://jsonmate.com/) +* [Loading Indicators from the Flutter Spinkit](https://pub.dartlang.org/packages/flutter_spinkit) +* [The State Class](https://docs.flutter.io/flutter/widgets/State-class.html) +