Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Import

Importing JS sources into Flutter Web projects.

Pub Likes Pub Version License: MIT

Buy Me A Coffee

Getting Started

Import:

  JSImport.import(
    sources: [
      "asset/app.js",
      "https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js",
    ],
  );

Is imported:

  JSImport.isImported(source: "asset/app.js");

Additional Information

For more details see example project.
And feel free to open an issue if you find any bugs or errors or suggestions.

About

Importing JS sources into Flutter Web projects.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages