Skip to content

Commit

Permalink
⬆️ update squadron example (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored May 27, 2023
1 parent 485ef8f commit a88aa3a
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 8 deletions.
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

0 comments on commit a88aa3a

Please sign in to comment.