Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ update squadron example #432

Merged
merged 1 commit into from
May 27, 2023
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
6 changes: 5 additions & 1 deletion example/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ targets:
any_map: false
checked: false
explicit_to_json: true
create_to_json: true
create_to_json: true
squadron_builder:worker_builder:
options:
with_finalizers: true
serialization_type: List
2 changes: 1 addition & 1 deletion example/lib/json_decode_service.vm.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

226 changes: 222 additions & 4 deletions example/lib/json_decode_service.worker.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
analyzer:
http:
built_collection:
squadron: ^4.3.8
squadron: ^5.0.0

dev_dependencies:
build_runner:
Expand All @@ -23,7 +23,7 @@ dev_dependencies:
built_value_generator:
dart_code_metrics: '>=4.8.1 <6.0.0'
lints: ^2.0.0
squadron_builder: ^2.0.0
squadron_builder: ^2.1.2

dependency_overrides:
chopper:
Expand Down