Levi Lesches

Results 34 issues of Levi Lesches

My team uses this package to parse data coming from a device that conforms to OSC v1.1, which means it uses [SLIP](https://en.wikipedia.org/wiki/Serial_Line_Internet_Protocol). This inserts bytes at the end of messages...

This is my second draft of a proposal for code generation ("code gen" from now on) through specialized classes called "macros". The issue where this is being discussed is #1482...

feature

**Describe the issue** Right now this very simple pattern isn't flagged: ```dart int getAge() { final age = ageCalculator(); return age; } ``` This could be flagged and quick-fixed to:...

type-enhancement
P3

Fixes #2871 by saving the editor content to local storage under they key `user_input` every 5 seconds, and in `dispose` --- - [x] I’ve reviewed the contributor guide and applied...