We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0312c9 commit 92562b3Copy full SHA for 92562b3
flutter/README.md
@@ -99,7 +99,7 @@ runApp(
99
);
100
```
101
102
-This adds performance tracing for all `AssetBundle` usages, where the `AssetBundle` is accessed with `DefaultAssetBunlde.of(context)`.
+This adds performance tracing for all `AssetBundle` usages, where the `AssetBundle` is accessed with `DefaultAssetBundle.of(context)`.
103
This includes all of Flutters internal access of `AssetBundle`s, like `Image.asset` for example.
104
105
##### Tracking HTTP events
0 commit comments