Alex Markley

Results 19 comments of Alex Markley

I'm also affected by this. My users will expect to be able to continue playing videos while the app is backgrounded wherever the platform supports it.

I really appreciate this package, and my app definitely depends on it. I see there is a lot of activity in the pull requests section of this repository, so hopefully...

I think this PR solves https://github.com/appsup-dart/expressions/issues/22

I opened a pull request https://github.com/appsup-dart/expressions/pull/23 to solve this issue. In my case, the version solving error looks more like: ``` Because expressions >=0.2.0 depends on petitparser ^4.0.2 and xml...

Hopefully a fix gets merged soon, but in the meantime I am using the following workaround in my pubspec.yaml: ``` dependencies: expressions: git: url: https://github.com/alexmarkley/expressions.git ref: petitparser5 ```

If you have a link to an alternative glshim I can try for comparative purposes I would be happy to do that. (I was planning on attempting that anyway.) I...

Out of curiosity, do you know of any previous (publicly documented) attempts to make Minecraft run on Raspberry Pi? I was having no luck tracking any down.

I am using Flutter 2.0.6 and I am having no problems with this package. I agree however that null safety support would be good. See: https://github.com/victorevox/flutter_placeholder_textlines/issues/1

This issue just bit me too. Any plans to update the distribution to address this?