Евгений Стёпин
Евгений Стёпин
Yes, all screenshots are taken during animation at the moment when dragged item in DragProxy state switches with other item.
I'm not familiar with UITableView, but I checked this behavior on ios 14 and got something average between what I described in this issue and actual package behavior. When you...
@dlutton no, that's all I have
@pandora-house I believe dependency injection in presentation layer is bad practice. I use service locator `get_it` for registering all dependencies. Blocs and cubits registration / unregistration I extract to injection...
@pandora-house I don't know because I didn't use `Provider` as main dependency injection tool. I know that author of `Provider` introduced new package [riverpod](https://pub.dev/packages/riverpod) as better alternative.
Does it work on iOS 15.4 for you, guys?
I have this error on 5.1.2
@valterh4ck3r @soarescaique Yes I tested 5.2.0 on last beta and stable channels. App crashes because of `getProducts()` and `getSubscriptions()` (`getAvailablePurchases()` works as expected). When I call this methods with open...
@soarescaique I'm getting exact same error when call `getProducts()` and `getSubscriptions()` within open connection
@soarescaique I didn't test example code. `getAvailablePurchases()` doesn't crash the app for me at least when it returns empty list. It crash the app when I try to fetch products...