mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In Dart 2, runtime checked mode has been eliminated. Many of these type checks have been moved to static compile-time checks, the remainder are enforced at runtime, and are no longer optional.
Flutter Common
The bottom of the dependency graph for Flutter. Useful for static constants. Please don't put too much in here.