We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f08b6 commit ece6d99Copy full SHA for ece6d99
README.md
@@ -6,6 +6,7 @@ Some tips and tricks in Flutter & Dart.
6
7
# Table of Contents
8
9
+* [Translated Locale Name](#translated-locale-name)
10
* [Go Router Uri](#go-router-uri)
11
* [Json Object Model](#json-object-model)
12
* [Pump App Tester](#pump-app-tester)
@@ -17,6 +18,12 @@ Some tips and tricks in Flutter & Dart.
17
18
* [Benchmark async method](#benchmark-async-method)
19
* [JSON decoding](#json-decoding)
20
21
+# Translated Locale Name
22
+
23
+[Source code](source/translated_locale_name.dart)
24
25
+
26
27
# Go Router Uri
28
29
[Source code](source/go_router_uri.dart)
0 commit comments