Skip to content

Commit 972b2a4

Browse files
Update README.md
1 parent e9911b5 commit 972b2a4

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+
* [Override Asset Bundle](#override-asset-bundle)
910
* [Price Format](#price-format)
1011
* [Deep Checkbox](#deep-checkbox)
1112
* [Translated Locale Name](#translated-locale-name)
@@ -20,6 +21,12 @@ Some tips and tricks in Flutter & Dart.
2021
* [Benchmark async method](#benchmark-async-method)
2122
* [JSON decoding](#json-decoding)
2223

24+
# Override Asset Bundle
25+
26+
[Source Code](source/override_asset_bundle.dart)
27+
28+
![](images/fallback_asset_bundle.png)
29+
2330
# Price Format
2431

2532
[Source code](source/price_format.dart)

0 commit comments

Comments
 (0)