Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 651c904

Browse files
authored
Use track-widget-creation transformer included in the sdk. (#9085)
This improves performance as the version in the SDK is able to work more incrementally and avoids creating an expensive ClassHierarchy. There is now no measureable performance difference with the option so the kernel transformer can be enabled by default.
1 parent cfa524f commit 651c904

File tree

9 files changed

+8
-667
lines changed

9 files changed

+8
-667
lines changed

ci/analyze.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@ if [ -n "$RESULTS" ]; then
3232
exit 1;
3333
fi
3434

35-
echo "Analyzing flutter_kernel_transformers..."
36-
RESULTS=`dartanalyzer \
37-
--packages=flutter/flutter_kernel_transformers/.packages \
38-
--options flutter/analysis_options.yaml \
39-
flutter/flutter_kernel_transformers \
40-
2>&1 \
41-
| grep -Ev "No issues found!" \
42-
| grep -Ev "Analyzing.+flutter_kernel_transformers"`
43-
echo "$RESULTS"
44-
if [ -n "$RESULTS" ]; then
45-
echo "Failed."
46-
exit 1;
47-
fi
48-
4935
echo "Analyzing tools/licenses..."
5036
(cd flutter/tools/licenses && pub get)
5137
RESULTS=`dartanalyzer \

ci/licenses_golden/licenses_flutter

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ FILE: ../../../flutter/flow/texture.cc
119119
FILE: ../../../flutter/flow/texture.h
120120
FILE: ../../../flutter/flow/view_holder.cc
121121
FILE: ../../../flutter/flow/view_holder.h
122-
FILE: ../../../flutter/flutter_kernel_transformers/lib/track_widget_constructor_locations.dart
123122
FILE: ../../../flutter/fml/base32.cc
124123
FILE: ../../../flutter/fml/base32.h
125124
FILE: ../../../flutter/fml/base32_unittest.cc

flutter_kernel_transformers/BUILD.gn

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)