Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Widen deps range on built_value to allow null safety. #306

Merged
merged 2 commits into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Added support for `extension` methods.
## 3.6.0

* Add support for creating `extension` methods.
* Expand constraint on `built_value` to allow null safe migrated version.

## 3.5.0

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: code_builder
version: 3.5.0
version: 3.6.0

description: >-
A fluent, builder-based library for generating valid Dart code
Expand All @@ -9,8 +9,8 @@ environment:
sdk: '>=2.7.0 <3.0.0'

dependencies:
built_collection: '>=3.0.0 <5.0.0'
built_value: ^7.0.0
built_collection: '>=3.0.0 <6.0.0'
built_value: '>=7.0.0 <9.0.0'
collection: ^1.14.0
matcher: ^0.12.0
meta: ^1.0.5
Expand Down