We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8756d4c + e07549c commit e30f246Copy full SHA for e30f246
built_value_generator/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: built_value_generator
2
-version: 6.4.0
+version: 6.4.1
3
description: >
4
Value types with builders, Dart classes as enums, and serialization.
5
This library is the dev dependency.
@@ -8,13 +8,13 @@ authors:
8
homepage: https://github.com/google/built_value.dart
9
10
environment:
11
- sdk: '>=2.0.0-dev <3.0.0'
+ sdk: '>=2.0.0 <3.0.0'
12
13
dependencies:
14
- analyzer: '>=0.33.3 <0.36.0'
15
- analyzer_plugin: '>=0.0.1-alpha.5 <0.0.1-alpha.8'
+ analyzer: '>=0.33.3 <0.37.0'
+ analyzer_plugin: '>=0.0.1-alpha.5 <0.0.1-alpha.9'
16
build: ^1.0.0
17
- build_config: ^0.3.1
+ build_config: '>=0.3.1 <0.5.0'
18
built_collection: '>=2.0.0 <5.0.0'
19
built_value: '>=5.5.5 <7.0.0'
20
source_gen: ^0.9.0
0 commit comments