I have a bunch of old Ionic Framework V2 apps made for android and now I want to migrate these apps over to a Flutter app. The thing is that my Ionic app uses many JS libraries which I'm not sure if they are compatible with Flutter as it is Dart based.
But I've read that Dart just compiles into javascript. What is the best route to take to migrate these Ionic apps over to Flutter while maintaining the usage of these JS libraries. I definitely will not be able to rewrite these libraries as they are 3rd party.
What is the tools or functions I should be looking at to do a test migration of my Ionic apps over to Flutter?