I am trying to port an existing web app into flutter. The existing web app uses jQuery library and several other JS libraries. Is there any way to use JS libraries in flutter app? I couldn't find any documentation on the same.
Asked
Active
Viewed 1,574 times
2
-
1Check the following stackoverflow question [will-dart-support-the-use-of-existing-javascript-libraries](https://stackoverflow.com/questions/7716004/will-dart-support-the-use-of-existing-javascript-libraries) – DevLoverUmar Oct 29 '19 at 11:29
1 Answers
0
You could achieve this function by writing custom platform-specific code.
This guide describes how to write custom platform-specific code. Some platform-specific functionality is available through existing packages; see using packages.
Note: The information in this page is valid for most platforms, but platform-specific code for the web generally uses JS interoperability or the dart:html library instead.

MαπμQμαπkγVπ.0
- 5,887
- 1
- 27
- 65