tree: e7dacfc34000e8259ae71cdc10a0f9fa33c404c6 [path history] [tgz]
  1. lib/
  2. test/
  3. pubspec.yaml
  4. README.md
tools/api_check/README.md

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 \
  --disable-dart-dev                            \
  test/apicheck_test.dart                       \
  "$(dirname $(dirname $PWD))"