-
Notifications
You must be signed in to change notification settings - Fork 206
Unable to use Purchase_ui_Flutter on FlutterFlow apps #1363
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi team,
I have been using Revenuecat for the past few months and everything has been great except the fact the I could not use Paywall pub dev package of yours in my FlutterFlow based app.
Apparently, to use purchases_ui_flutter on Android, you would also need to edit MainActivity.kt file in my android folder of the project.
From:
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity() {}To:
import io.flutter.embedding.android.FlutterFragmentActivity
class MainActivity : FlutterFragmentActivity() {}The Problem
- In Flutterflow we cannot edit the MainActivity.kt, Can you guys please implement a workaround in your purchases_ui_flutter package somehow that you would be able to edit the Mai act vity.kt or some direct fix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request