Skip to content

Commit 176918a

Browse files
Update README.md
1 parent 055bb81 commit 176918a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
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+
* [Price Format](#price-format)
910
* [Deep Checkbox](#deep-checkbox)
1011
* [Translated Locale Name](#translated-locale-name)
1112
* [Go Router Uri](#go-router-uri)
@@ -19,6 +20,14 @@ Some tips and tricks in Flutter & Dart.
1920
* [Benchmark async method](#benchmark-async-method)
2021
* [JSON decoding](#json-decoding)
2122

23+
# Price Format
24+
25+
[Source code](source/price_format.dart)
26+
27+
[Try a demo](https://dartpad.dev/?id=db6fd485e310437f816bb0d32635803c)
28+
29+
![](images/price_format.png)
30+
2231
# Deep Checkbox
2332

2433
[Source code](source/deep_checkbox.dart)

0 commit comments

Comments
 (0)