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.
1 parent 35424ac commit 60a5f44Copy full SHA for 60a5f44
generator/pubspec.yaml
@@ -11,7 +11,7 @@ environment:
11
dependencies:
12
objectbox: 4.3.0
13
analyzer: '>=6.5.0 <8.0.0' # dart_style 2.3.7 requires 6.5.0
14
- build: ^2.4.1
+ build: '>=2.4.1 <2.5.0' # 2.5.0 has breaking changes for code_builder_test.dart, adapt before allowing
15
collection: ^1.18.0 # Would require 1.19.1, but Flutter 3.24.0 has 1.18.0 pinned
16
dart_style: '>=2.3.7 <4.0.0' # require 2.3.7 for languageVersion in DartFormatter constructor
17
glob: ^2.1.3
0 commit comments