eliminate dynamic calls in package:protobuf
Open
perf
- Dominant language
- Dart
- Stars
- 572
- Forks
- 196
- Avg merge
- 1h 59m
- Merged PRs (30d)
- 2
Description
We've seen a lot of dynamic calls, adding to binary size, coming from package:protobuf.
These can be statically linted with `avoid_dynamic_calls`, and then removed.
Contributor guide
Research direction
Start by locating dynamic calls within package:protobuf and run the avoid_dynamic_calls lint to identify the affected code. Done means the reported dynamic calls have been removed and the lint passes; the issue names no specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100