Skip to content

package:source_gen v4.0.0

Latest
Compare
Choose a tag to compare
@kevmoo kevmoo released this 27 Aug 16:38
· 1 commit to master since this release
2af6081
  • Breaking Change: remove TypeChecker.fromRuntime, use
    TypeChecker.typeNamed instead. This removes all use of dart:mirror, so
    builders using source_gen can be AOT compiled for better performance.
  • Keep // GENERATED FILE comments on the first line.