Sai Gokula Krishnan
Sai Gokula Krishnan
@JosephTLyons can you close this? The fix has been merged to main.
@letsar Any idea on when this will be merged?
nvm. Found this. ``` CustomSlidableAction( onPressed: (_) => onRemoveItem?.call(teeTime), backgroundColor: Colors.pinkColor, foregroundColor: Colors.white, child: Image.asset(...), ), ```
@miraclx any updates?
Hey @XNORGATE Thanks for using this package. Can you share the error logs?
This should be doable. Let me see if I can find some solution
@devon It's definitely a good feature to have. I'll add it soon. Thanks for contributing.
@danielgomezrico No. I tested this. Even on version 3.13.1, I'm seeing the integrations for appsflyer as false even with the `appsflyerIntegrationEnabled: true`
Any updates on this one?
The fetch_api package is intended for web use, which would explain why it's relying on `dart:js`. However, this becomes an issue when you try to run your Flutter app on...