google / google/protobuf.dart

eliminate dynamic calls in package:protobuf

Open
#578 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.