You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename a local variable to avoid proto field name conflicts, re-gener…
…ate protos (#869)
- Rename a local variable to avoid proto field name conflicts.
This fixes an issue we're seeing with the latest version of
`package:protoc_plugin` and the dartpad proto definitions.
- Re-generate descriptor protos.
- Update CI config to re-run publishing when labels change.