| name: symbolizer |
| description: >- |
| Symbolization tooling capable of extracting Android and iOS crashes from |
| plain text comments on GitHub and then automatically symbolize these crash |
| reports using Flutter Engine symbols stored in the Cloud Storage. |
| version: 0.0.1 |
| publish_to: none |
| |
| environment: |
| sdk: '>=2.17.0 <3.0.0' |
| |
| dependencies: |
| args: ^2.3.1 |
| corsac_jwt: ^1.0.0-nullsafety.1 |
| freezed_annotation: ^2.1.0 |
| github: ^9.4.0 |
| http: ^0.13.5 |
| json_annotation: ^4.6.0 |
| logging: ^1.0.2 |
| meta: ^1.8.0 |
| path: ^1.8.2 |
| pedantic: ^1.11.1 |
| sendgrid_mailer: ^0.1.3 |
| collection: ^1.15.0-nullsafety.4 |
| |
| dev_dependencies: |
| build_runner: ^2.2.0 |
| freezed: ^2.1.0+1 |
| json_serializable: ^6.3.1 |
| lints: ^2.0.0 |
| mockito: ^5.3.0 |
| test: ^1.21.4 |