Skip to content

Commit ece6d99

Browse files
Update README.md
1 parent 42f08b6 commit ece6d99

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

21+
# Translated Locale Name
22+
23+
[Source code](source/translated_locale_name.dart)
24+
25+
![](images/translated_locale_name.png)
26+
2027
# Go Router Uri
2128

2229
[Source code](source/go_router_uri.dart)

0 commit comments

Comments
 (0)