Skip to content

Commit 5715086

Browse files
authored
build 3.0 (#199)
Co-authored-by: Vasiliy Ditsyak <vasilich6107@users.noreply.github.com>
1 parent 40a2276 commit 5715086

File tree

81 files changed

+10020
-461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+10020
-461
lines changed

.github/workflows/pr-check-annotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: 3.27.4
21+
flutter-version: 3.35.5
2222
channel: stable
2323
cache: true
2424
- name: Check out repository code

.github/workflows/pr-check-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: 3.27.4
21+
flutter-version: 3.35.5
2222
channel: stable
2323
cache: true
2424
- name: Check out repository code

.github/workflows/pr-check-generator-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: 3.27.4
21+
flutter-version: 3.35.5
2222
channel: stable
2323
cache: true
2424
- name: Check out repository code

.github/workflows/pr-check-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: 3.27.4
21+
flutter-version: 3.35.5
2222
channel: stable
2323
cache: true
2424
- name: Check out repository code

packages/generator_tests/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@ version: 1.0.0+1
1919

2020
environment:
2121
flutter: ">=3.0.0"
22-
sdk: ">=3.6.0 <4.0.0"
22+
sdk: ">=3.8.0 <4.0.0"
2323
resolution: workspace
2424

2525
dependencies:
26-
build: ^2.4.2
27-
source_gen: ^2.0.0
26+
build: ^3.0.2
27+
source_gen: ^3.1.0
2828
path: ^1.8.2
2929
build_runner: ^2.4.15
3030
code_builder: ^4.10.1
31-
dart_style: ^3.0.1
31+
dart_style: ^3.0.0
3232
recase: ^4.1.0
3333
reactive_forms_annotations:
3434
path: ../reactive_forms_annotations
35-
freezed_annotation: ^3.0.0
35+
freezed_annotation: ^3.1.0
3636

3737
dev_dependencies:
3838
json_serializable:
39-
build_test: ^2.2.3
40-
freezed: ^3.0.6
39+
build_test: ^3.3.2
40+
freezed: ^3.2.0
4141
test: ^1.25.15
4242
logging: ^1.3.0
4343
reactive_forms_generator:
4444
path: ../reactive_forms_generator
45-
flutter_lints: ^5.0.0
45+
flutter_lints: ^6.0.0
4646

4747
# For information on the generic Dart part of this file, see the
4848
# following page: https://dart.dev/tools/pub/pubspec

packages/generator_tests/test/doc/array_nullable_output_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
group('reactive_forms_generator', () {
1010
test(
1111
'Form with array nullable types',
12-
() async {
12+
() async {
1313
return testGenerator(
1414
fileName: fileName,
1515
model: '''

packages/generator_tests/test/doc/array_nullable_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
group('reactive_forms_generator', () {
1010
test(
1111
'Form with array nullable types',
12-
() async {
12+
() async {
1313
return testGenerator(
1414
fileName: fileName,
1515
model: '''

packages/generator_tests/test/doc/create_output_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
group('doc', () {
1010
test(
1111
'Create Output',
12-
() async {
12+
() async {
1313
return testGenerator(
1414
fileName: fileName,
1515
model: '''

packages/generator_tests/test/doc/delivery_list_output_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
group('doc', () {
1010
test(
1111
'Delivery list Output',
12-
() async {
12+
() async {
1313
return testGenerator(
1414
fileName: fileName,
1515
model: '''

packages/generator_tests/test/doc/delivery_list_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
group('doc', () {
1010
test(
1111
'Delivery list',
12-
() async {
12+
() async {
1313
return testGenerator(
1414
fileName: fileName,
1515
model: '''

0 commit comments

Comments
 (0)