We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6513f0 + 24b6e60 commit 40946d3Copy full SHA for 40946d3
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
metrics/flutter.properties
@@ -1,2 +1,2 @@
1
-version = 3.16.5
+version = 3.16.7
2
repo = https://github.com/flutter/flutter
0 commit comments