dart-lang / code_builder

A fluent API for generating valid Dart source code
https://pub.dev/packages/code_builder
BSD 3-Clause "New" or "Revised" License
423 stars 66 forks source link

Records #417

Closed yanok closed 1 year ago

yanok commented 1 year ago

Contribution guidelines:

(note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback)

yanok commented 1 year ago

Are we sure we have the right constraint on pkg:analyzer? Are we using APIs that were introduced in a version above the lowest constraint?

but this package doesn't depend on analyzer...

kevmoo commented 1 year ago

Are we sure we have the right constraint on pkg:analyzer? Are we using APIs that were introduced in a version above the lowest constraint?

but this package doesn't depend on analyzer...

Oh! nevermind