github.com/tada-team/tdproto@v1.51.57/codegen/dart/lib_template/pubspec.yaml (about) 1 name: tdproto_dart 2 description: Tada API data types that are generated from go code to dart code and make data serialization easy. 3 homepage: https://github.com/tada-team/tdproto_dart 4 repository: https://github.com/tada-team/tdproto_dart 5 issue_tracker: https://github.com/tada-team/tdproto_dart/issues 6 7 version: 2.0.0 8 environment: 9 sdk: ">=2.13.0 <3.0.0" 10 11 dependencies: 12 meta: ^1.7.0 13 json_annotation: ^4.1.0 14 freezed_annotation: ^0.14.3 15 16 dev_dependencies: 17 pedantic: ^1.11.1 18 build_runner: ^2.1.2 19 json_serializable: ^5.0.2 20 freezed: ^0.14.5 21 test: ^1.17.12