Flutter: Extend FlutterActivity AND AppCompatActivity

1.5k Views Asked by At

I'm trying to create an android plugin for Flutter that depends on using an AppCompatActivity (as it has a method that takes the embedding appcompatactivity as a parameter).

However, since my main activity extends FlutterActivity, I cannot simultaneously extend AppCompatActivity. I tried implementing it instead, but failed because of some redundancies.

Is there any way to hack this?

Thanks

1

There are 1 best solutions below

0
Oussama Ridéne On

extend AppCompatActivity vs extend flutterActivity

you can find your answer here