Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.27.4
flutter-version: 3.35.5
channel: stable
cache: true
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.27.4
flutter-version: 3.35.5
channel: stable
cache: true
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-generator-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.27.4
flutter-version: 3.35.5
channel: stable
cache: true
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.27.4
flutter-version: 3.35.5
channel: stable
cache: true
- name: Check out repository code
Expand Down
16 changes: 8 additions & 8 deletions packages/generator_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@ version: 1.0.0+1

environment:
flutter: ">=3.0.0"
sdk: ">=3.6.0 <4.0.0"
sdk: ">=3.8.0 <4.0.0"
resolution: workspace

dependencies:
build: ^2.4.2
source_gen: ^2.0.0
build: ^3.0.2
source_gen: ^3.1.0
path: ^1.8.2
build_runner: ^2.4.15
code_builder: ^4.10.1
dart_style: ^3.0.1
dart_style: ^3.0.0
recase: ^4.1.0
reactive_forms_annotations:
path: ../reactive_forms_annotations
freezed_annotation: ^3.0.0
freezed_annotation: ^3.1.0

dev_dependencies:
json_serializable:
build_test: ^2.2.3
freezed: ^3.0.6
build_test: ^3.3.2
freezed: ^3.2.0
test: ^1.25.15
logging: ^1.3.0
reactive_forms_generator:
path: ../reactive_forms_generator
flutter_lints: ^5.0.0
flutter_lints: ^6.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Form with array nullable types',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/array_nullable_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Form with array nullable types',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/create_output_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Create Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Delivery list Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/delivery_list_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Delivery list',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Freezed class output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/freezed_class_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Freezed class',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/generic_output_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Generic Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Generic status list Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Generic status list',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/generic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Generic',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/group_output_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Form with nullable groups types',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/group_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Form with nullable groups types',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Login extended nullable Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Login extended nullable',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Login extended Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/login_extended_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Login extended',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/login_output_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Login Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/login_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Login',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Mailing list Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/mailing_list_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Mailing list',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Nested generics Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Nested generics',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/nested_output.test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('reactive_forms_generator', () {
test(
'Nested Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/profile_output_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Profile',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/profile_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Profile',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Renamed basic Output',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/renamed_basic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'Renamed basic',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'User profile',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
2 changes: 1 addition & 1 deletion packages/generator_tests/test/doc/user_profile_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void main() {
group('doc', () {
test(
'User profile',
() async {
() async {
return testGenerator(
fileName: fileName,
model: '''
Expand Down
Loading