name: example publish_to: none environment: sdk: ^3.4.0 dependencies: json_annotation: ^4.9.0 dev_dependencies: # Used by tests. Not required to use `json_serializable`. _json_serial_shared_test: path: ../shared_test # REQUIRED! build_runner: ^2.3.3 # Used by tests. Not required to use `json_serializable`. build_verify: ^3.0.0 # Not required to use `json_serializable`. dart_flutter_team_lints: ^3.0.0 # REQUIRED! json_serializable: ^6.8.0 # Not required to use `json_serializable`. path: ^1.8.0 test: ^1.21.6 # This section is used to verify changes to these packages. Do not include in # your code! dependency_overrides: json_annotation: path: ../json_annotation json_serializable: path: ../json_serializable