Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 10ae3f3

Browse files
Widen deps range on built_value to allow null safety. (#306)
* Widen deps range on built_value to allow null safety. * pubspec and changelog Co-authored-by: Nate Bosch <nbosch@google.com>
1 parent 7203e37 commit 10ae3f3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
* Added support for `extension` methods.
1+
## 3.6.0
2+
3+
* Add support for creating `extension` methods.
4+
* Expand constraint on `built_value` to allow null safe migrated version.
25

36
## 3.5.0
47

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: code_builder
2-
version: 3.5.0
2+
version: 3.6.0
33

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

1111
dependencies:
12-
built_collection: '>=3.0.0 <5.0.0'
13-
built_value: ^7.0.0
12+
built_collection: '>=3.0.0 <6.0.0'
13+
built_value: '>=7.0.0 <9.0.0'
1414
collection: ^1.14.0
1515
matcher: ^0.12.0
1616
meta: ^1.0.5

0 commit comments

Comments
 (0)