James Allen

Results 7 issues of James Allen

Hi, I like the motivation behind the idea to use the supported Unity version as the pub.dev version (eg `2022.1.0+5`) to make it clear what version of Unity to use...

In the example app, changing theme to `theme: ThemeData.dark(),` makes the numbers invisible: ![image](https://user-images.githubusercontent.com/15979056/62702939-f9b8e380-b9df-11e9-956e-f4f1cf0f565c.png)

I'm using the in_app_purchase plugin (v0.2.2) for Flutter to implement in-app auto-renewing subscription purchasing. I'm struggling to figure out how I check if a user's existing subscription has lapsed, which...

plugin
p: in_app_purchase
documentation
passed first triage
P5

**Please note this issue is about building the plugin itself, i.e. building the source code of this repository, this is not about building a flutter app which uses flutter-unity-view-widget as...

Unity 2022 now only targets android SDK 22 and higher: ![image](https://user-images.githubusercontent.com/15979056/224692342-e1559058-b518-4f30-8e73-7b4543028442.png) This is fine if you're using an old version of Gradle, but if you upgrade your project's Gradle to...

I'm using flutter_portal 1.1.4 with the [animations package](https://pub.dev/packages/animations) from [flutter.dev](https://pub.dev/publishers/flutter.dev). If I use a `PortalFollower` in combination with an `OpenContainer` (aka 'container transform', which provides a nice transition animation when...

bug

After upgrading from 3.6.1 to 4.0.0 and later, I can no longer decode certain GZ files. ```dart ByteData gzFile = await rootBundle.load("assets/example.gz"); List decoded = GZipDecoder().decodeBytes(gzFile.buffer.asInt32List()); ``` > > The...