js_import

Last updated:

0 purchases

js_import Image
js_import Images
Add to Cart

Description:

js import

JS Import #
Importing JS sources into Flutter Web projects.








Getting Started #
Import:
JSImport.import(
sources: [
"asset/app.js",
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js",
],
);
copied to clipboard
Is imported:
JSImport.isImported(source: "asset/app.js");
copied to clipboard
Additional Information #
For more details see example project.
And feel free to open an issue if you find any bugs or errors or suggestions.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.