Skip to content

Commit

Permalink
🧑‍💻 update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 3, 2024
1 parent e43b94e commit 82c0a80
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
3 changes: 2 additions & 1 deletion example/lib/built_value_resource.chopper.dart

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

2 changes: 1 addition & 1 deletion example/lib/json_decode_service.activator.g.dart

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

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.

9 changes: 5 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.

3 changes: 2 additions & 1 deletion example/lib/json_serializable.chopper.dart

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

20 changes: 10 additions & 10 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: chopper_example
description: Example usage of the Chopper package
version: 0.0.5
version: 0.0.6
documentation: https://hadrien-lejard.gitbook.io/chopper/
#author: Hadrien Lejard <[email protected]>

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.0.0

dependencies:
chopper:
json_annotation: ^4.8.1
json_annotation: ^4.9.0
built_value:
analyzer: ^5.13.0
analyzer: ^6.4.1
http: ^1.1.0
built_collection: ^5.1.1
squadron: ^5.1.3
squadron: ^5.1.6

dev_dependencies:
build_runner: ^2.4.6
build_runner: ^2.4.9
chopper_generator:
json_serializable: ^6.7.1
built_value_generator: ^8.6.1
lints: ^2.1.1
squadron_builder: ^2.4.1
json_serializable: ^6.8.0
built_value_generator: ^8.9.2
lints: ^3.0.0
squadron_builder: ^2.4.5

dependency_overrides:
chopper:
Expand Down

0 comments on commit 82c0a80

Please sign in to comment.