stuartmorgan-g

Results 1188 comments of stuartmorgan-g

@cadenkriese Is this still something you are planning on finishing? Should we mark it as a draft for now?

Dart unit tests, or native unit tests? For Dart, you can just use Mockito to generate a mock implementation of the `*Api` class. Pigeon has a way of generating a...

[Edit: Updated June 2020 for current status] A few notes, since there have been a number of changes since July 2019. (Please don't take this as criticism; I think your...

To expand on that a bit: > is it possible to use go plugins Flutter plugin APIs are part of each embedding, not Flutter itself; there's no such thing as...

Be aware that the mechanism by which you are automatically picking up the Dart implementations [is temporary](https://github.com/flutter/plugins/blob/67bdfcb5b6f49286dcc17a58107ddd1ab2b20472/packages/shared_preferences/shared_preferences/lib/shared_preferences.dart#L27-L29). Once that's resolved, you'll get the the method channel implementation by default again...

> What should we do? > I/We cannot keep up with the pace at which google is pushing modification. Sadly this one is a breaking one. FYI this is a...

> That plugin That's not a plugin actually, it's just a desktop Flutter app that's had the Sparkle framework—a popular macOS updater—manually integrated. (Longer term I would hope that a...

@ailtonvivaz Is this still something you're planning to update?

@ditman Ping from triage; looks like this fell through the review cracks again.