Dustin Graham

Results 24 comments of Dustin Graham

Does anyone know who maintains this repo? I'd really like to get this merged in.

@sgon00 with my pull request #34, you would be able to add sounds to your flutter project, specify them in your pubspec.yaml and then play them from your flutter code....

I'd be happy to help maintain this one if I had rights to merge things. As it is, I have a fork of this repo, if you need this functionality...

This feels like something that should be core to flutter. I'd like to go and make a pull request into the flutter/plugins repo instead. On Jul 30, 2018 6:51 AM,...

Hopefully. There's another one in that repo I've been working on so I know a couple of people that maintain those plugins. Dustin On Jul 30, 2018 7:43 AM, "Eddy...

I encountered the same error but found that it only affects the iPad. All of my iPhone test devices worked as expected but the iPad always returns true.

@ToniTornado , we just removed the usage of `containsKey`. Since `read` returns a nullable value, we just check to see if it's null when we try and read it rather...

@RANSoftRA , Have you found that your posted solution resolves the host lookup exception issue that you linked to?

@cardeo-ewan , I have both the camera package and this package working in my app right now. I haven't run into problems using them both. However, you won't be able...

I think this is a duplicate of #20 . I have a PR open for the develop branch that could probably be used to accomplish this request. See #55