Shawn

Results 192 comments of Shawn

Cheers, ya it's Web. I looked into it a bit more, and I guess gRPC just does not work on web, so I guess this is expected. Somehow the official...

Would be nice to have a `play(from: 0.ms)` API here.

We're missing this over here as well: https://github.com/gskinner/flutter_animate/issues/41 This is a bit downstream, but it would be quite nice to have the flutter versions eventually stored off as compilation consts:...

If you open the project in Xcode, switch to automatic signing, choose your own development team, should work?

This sounds like it's likely a Flutter issue. Can you replicate in a Hello World application?

I'm not really sure the error here, can you be more specific? From what I gather: You are on MacOS, and can not build android?

The issue is that the entire point of this plugin is that it can not access `dart.io` package, which is the easy way to sniff the current operating system. I'll...

NOTE: DLL's have been added to the repo, but still need to be manually added after each `flutter clean`. We might want to automate the builld bundling somehow.

We wouldn't know how to test or check this properly, but if you have a PR I'm happy to review!

Thanks this seems to be an issue in the flutter sdk, it works for us the vast majority of the time, but occasionally we have seen this behavior.