0

Is there any way to merge a smaller flutter app to another flutter app? I'm finding ways to merge the flutter app to a native android app, but can we do it to another flutter app?

1 Answers1

0

It call package in VsCode: View > Command palette > Flutter: New project, here is how to implement it to your project.

enter image description here

Tuan
  • 2,033
  • 1
  • 9
  • 16
  • But will this just be like a fix for running locally? Because I need it running on a website with the parent app – Rejuvenator May 13 '22 at 19:09