Skip to content

Commit bd6d6d8

Browse files
Update README.md
1 parent 48bc403 commit bd6d6d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Some tips and tricks in Flutter & Dart.
66

77
# Table of Contents
88

9+
* [Json Object Model](#json-object-model)
910
* [Pump App Tester](#pump-app-tester)
1011
* [Safe Complete](#safe-complete)
1112
* [Stream Converter](#stream-converter)
@@ -15,6 +16,12 @@ Some tips and tricks in Flutter & Dart.
1516
* [Benchmark async method](#benchmark-async-method)
1617
* [JSON decoding](#json-decoding)
1718

19+
# Json Object Model
20+
21+
[Source Code](source/json_object_model.dart)
22+
23+
![](images/json_object_model.png)
24+
1825
# Pump App Tester
1926

2027
[Source Code](source/pump_app_tester.dart)

0 commit comments

Comments
 (0)