- Breaking Change: remove
TypeChecker.fromRuntime
, use
TypeChecker.typeNamed
instead. This removes all use ofdart:mirror
, so
builders usingsource_gen
can be AOT compiled for better performance. - Keep
// GENERATED FILE
comments on the first line.
TypeChecker.fromRuntime
, useTypeChecker.typeNamed
instead. This removes all use of dart:mirror
, sosource_gen
can be AOT compiled for better performance.// GENERATED FILE
comments on the first line.