Bryson Thill
Bryson Thill
I'm not sure if this library is still being maintained, but would you consider supporting null safety?
I appreciate the detailed README for this package, but I had a lot of trouble understanding some parts of it. I needed to read the code to understand what it...
I'm seeing a new error after upgrading v2.2.0 of this package which was just released: ``` Asynchronous error type 'Null' is not a subtype of type 'String' in type cast...
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md) - [x] I have read the [Help Center](https://support.revenuecat.com/hc/en-us) - [x] I...
Hey, thanks for this great package! I have a vertically scrolling MultiSliver. In wide layouts, I want two of the slivers in the MultiSliver to be arranged horizontally. I initially...
Hello! I'm trying to fit a FlareActor to its parent by width, which I can by providing a fit of BoxFit.contain and setting the sizeFromArtboard parameter to true. The size...
Methods that involve a network transaction should not be implemented as synchronous methods. It's possible that users of the Mixpanel SDK will want to await their completion. It's also confusing/misleading...
The current paradigm of calling the asynchronous "Mixpanel.init(token)" method to get an instance of Mixpanel is really not ideal, since it means the reference is initially null, adding complexity to...
It would be nice if this plugin supported the Freshdesk web SDK through the same API as it uses for iOS/Android. With Flutter web support in beta, it would be...