Matan Lurey 87727168e8 Remove --disable-dart-dev across flutter/engine. (flutter/engine#54845)
As per the Dart CLI team and @bkonyi, this is no longer providing value and we shouldn't cargo-cult it.

Work towards https://github.com/flutter/flutter/issues/154268.
2024-08-29 00:12:32 +00:00

465 B

API consistency check tool

Verifies that enums in each of the platform-specific embedders, and the embedder API remain consistent with their API in dart:ui.

Running the tool

This tool is run as part of testing/run_tests.sh.

To run the tool, invoke with the path of the Flutter engine repo as the first argument.

../../../out/host_debug_unopt/dart-sdk/bin/dart \
  test/apicheck_test.dart                       \
  "$(dirname $(dirname $PWD))"