Skip to content

Commit 40946d3

Browse files
committed
Merge branch 'main' into enha/accept-dynamic-values-in-hint
2 parents b6513f0 + 24b6e60 commit 40946d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runApp(
9999
);
100100
```
101101

102-
This adds performance tracing for all `AssetBundle` usages, where the `AssetBundle` is accessed with `DefaultAssetBunlde.of(context)`.
102+
This adds performance tracing for all `AssetBundle` usages, where the `AssetBundle` is accessed with `DefaultAssetBundle.of(context)`.
103103
This includes all of Flutters internal access of `AssetBundle`s, like `Image.asset` for example.
104104

105105
##### Tracking HTTP events

metrics/flutter.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 3.16.5
1+
version = 3.16.7
22
repo = https://github.com/flutter/flutter

0 commit comments

Comments
 (0)