Adam Georgiou

Results 2 issues of Adam Georgiou

1. A variable marked `late` has a chance of (correctly) never being initialized. Remove `late`. 2. In the web plugin, there's an attempt to send a `SpeechSynthesisEvent` through a message...

I have an SVG that renders like so in Chrome: And like so via flutter_svg: The SVG markup is as follows: ``` ```