mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() This change makes the detection of `@Preview(...)` annotations more robust by converting the analyzer AST directly to generated code rather than simply copying and pasting the original source. This allows for proper handling of the following cases WRT import prefixing: - The use of `const` - String interpolation - Other uses of constant variables in non-trivial contexts - Etc. |
||
---|---|---|
.. | ||
preview_manifest_test.dart |