Skip to content

Commit 6e1bad5

Browse files
Update README.md
1 parent ed0ca55 commit 6e1bad5

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+
* [Deep Checkbox](#deep-checkbox)
910
* [Translated Locale Name](#translated-locale-name)
1011
* [Go Router Uri](#go-router-uri)
1112
* [Json Object Model](#json-object-model)
@@ -18,6 +19,12 @@ Some tips and tricks in Flutter & Dart.
1819
* [Benchmark async method](#benchmark-async-method)
1920
* [JSON decoding](#json-decoding)
2021

22+
# Deep Checkbox
23+
24+
[Source code](source/deep_checkbox.dart)
25+
26+
![](images/deep_checkbox.gif)
27+
2128
# Translated Locale Name
2229

2330
[Source code](source/translated_locale_name.dart)

0 commit comments

Comments
 (0)