I have searched this on all websites but, no suitable answer appears, I want the native app to be in the flutter widget like os with app, can flutter do that? especially on linux desktop platforms?
-
There is a doable way called as PlatfromView. I have displayed native android and iOS views inside my flutter widget. I am not quite sure of linux, but you can give it a try docs.flutter.dev/development/platform-integration/android/…shree bhagwat– shree bhagwat2022-10-17 04:00:22 +00:00Commented Oct 17, 2022 at 4:00
Add a comment
|
1 Answer
the answer to your question is yes. you can load other platform native view to flutter the more depth answer is here in flutter official documentation.
https://docs.flutter.dev/development/platform-integration/android/platform-views
1 Comment
anyusernewbie
thanks for answer, but i want to use platform view on linux