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

added support of external keyword for field builder #422

Closed Snehal-Singh174 closed 1 year ago

Snehal-Singh174 commented 1 year ago
google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

natebosch commented 1 year ago

I think the addition should be OK. Can you format with dart format to fix the CI error?

We will also need a CHANGELOG entry.

Snehal-Singh174 commented 1 year ago

Done with the mentioned changes