James Allen
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: 
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...
**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:  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...
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...