Kien
Kien
Thanks for your fast response, @alphamikle! You can find these conflicted method names [here](https://github.com/felangel/bloc/blob/35599cbe37973645e6d4c7466da33c0c9556ddd6/packages/bloc/lib/src/bloc.dart#L375). I also found ``Bloc#onEvent`` got the same issue!
No, I have upgraded the dependency from v3.9.5 officially from pub.dev.
Sorry, I've checked again and it actually was upgraded from v3.10.0
My set of dependencies: ``` dependencies: flutter: sdk: flutter # In-App-Purchase & Admob google_mobile_ads: ^2.0.0 app_tracking_transparency: ^2.0.2+4 flutter_inapp_purchase: ^5.3.1 # RevenueCat purchases_flutter: ^4.0.0 ```
I've found that inside `build.gradle` of `flutter_inapp_purchase` they are depending on ``` group 'com.dooboolab.flutterinapppurchase' version '1.0-SNAPSHOT' ... dependencies { ... implementation files('jars/in-app-purchasing-2.0.76.jar') } ``` which could cause this conflict.
Yes, everytime I start a flow using fluttium test I encounter this problem.