forked from flutter/devtools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an integration test for
package:devtools_extensions
(flutter#6433)
- Loading branch information
1 parent
ecd82ce
commit 9838895
Showing
18 changed files
with
18,707 additions
and
18,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ols_extensions/example/foo/packages/foo/extension/devtools/build/assets/FontManifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"family":"packages/devtools_app_shared/Roboto","fonts":[{"weight":100,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Thin.ttf"},{"weight":300,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Light.ttf"},{"weight":400,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Regular.ttf"},{"weight":500,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Medium.ttf"},{"weight":700,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Bold.ttf"},{"weight":900,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Black.ttf"}]},{"family":"packages/devtools_app_shared/RobotoMono","fonts":[{"weight":100,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Thin.ttf"},{"weight":300,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Light.ttf"},{"weight":400,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Regular.ttf"},{"weight":500,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Medium.ttf"},{"weight":700,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Bold.ttf"}]}] | ||
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/devtools_app_shared/Roboto","fonts":[{"weight":100,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Thin.ttf"},{"weight":300,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Light.ttf"},{"weight":400,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Regular.ttf"},{"weight":500,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Medium.ttf"},{"weight":700,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Bold.ttf"},{"weight":900,"asset":"packages/devtools_app_shared/fonts/Roboto/Roboto-Black.ttf"}]},{"family":"packages/devtools_app_shared/RobotoMono","fonts":[{"weight":100,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Thin.ttf"},{"weight":300,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Light.ttf"},{"weight":400,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Regular.ttf"},{"weight":500,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Medium.ttf"},{"weight":700,"asset":"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Bold.ttf"}]}] |
Binary file added
BIN
+1.57 MB
.../example/foo/packages/foo/extension/devtools/build/assets/fonts/MaterialIcons-Regular.otf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.