Skip to content

Commit

Permalink
Merge branch 'main' into enha/accept-dynamic-values-in-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Jan 15, 2024
2 parents b6513f0 + 24b6e60 commit 40946d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runApp(
);
```

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)`.
This includes all of Flutters internal access of `AssetBundle`s, like `Image.asset` for example.

##### Tracking HTTP events
Expand Down
2 changes: 1 addition & 1 deletion metrics/flutter.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.16.5
version = 3.16.7
repo = https://github.com/flutter/flutter

0 comments on commit 40946d3

Please sign in to comment.