brianegan / brianegan/flutter_stetho
Provide ability to decode serialized responses
- Dominant language
- Dart
- Stars
- 217
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
We transport data using binary protos. Unfortunately, this means that responses look, for lack of a better term, like garbage in Stetho when using this plugin :(
Would it be possible for us to encode the responses in Dart before they get sent to the platform channel? It would probably have to be done at a higher level than HttpOverrides as we don't know the expected format in order to deseralize the data there.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how this Dart plugin handles responses before they cross the platform channel, then determine where serialized response data could be decoded without relying on an unknown format. Done means binary-protobuf responses are readable in Stetho, but the issue does not name files, tests, or a specific serialization format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart
- Domain
- devtools, mobile-dev, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100