Provide a way of retrieving enum values by name
Open
feature request
- Dominant language
- Dart
- Stars
- 572
- Forks
- 196
- Avg merge
- 1h 59m
- Merged PRs (30d)
- 2
Description
Similar to https://github.com/dart-lang/dart-protobuf/blob/master/lib/src/protobuf/protobuf_enum.dart#L43 , but by name rather than by value.
Contributor guide
Research direction
Start by reading lib/src/protobuf/protobuf_enum.dart at the referenced line to understand the existing enum lookup API. Define the name-based retrieval behavior and verify it with focused coverage for representative enum names and lookup failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100