Michael Goderbauer dcc4b1b535 Reland: Bump lower Dart SDK constraints to 3.0 (flutter/engine#40318)
* WIP

Bump to 3.0.0-0

* fix lints

* drop web_ui

* opt pointer_converter.dart out of dart 3

* Revert "drop web_ui"

This reverts commit b97a015d5cd0d7e0380a4231be4c31aad36671f1.
2023-03-16 08:07:39 -07:00
..

package:litetest

This is a wrapper around package:async_helper from the Dart SDK source repo at //pkg/async_helper that works in the environment of flutter_tester. This wrapper is needed to ensure that all tests run to completion before the process exits. This is accomplished by opening a ReceivePort for each test, which is only closed when the test finishes running.

Limitations

This package is intended only for use in the flutter/engine repo by unit tests that run on flutter_tester. Even though the API resembles the API provided by package:test, it has all the same limitations that package:async_helper has.