{"id":17956852,"url":"https://github.com/gekorm/getscript","last_synced_at":"2025-04-03T17:20:12.751Z","repository":{"id":33150885,"uuid":"36790808","full_name":"GeKorm/getScript","owner":"GeKorm","description":"getScript for Dart - dynamic code loading","archived":false,"fork":false,"pushed_at":"2016-01-04T22:49:39.000Z","size":290,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T05:46:17.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GeKorm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-03T08:36:59.000Z","updated_at":"2019-09-26T16:15:38.000Z","dependencies_parsed_at":"2022-08-17T20:55:29.750Z","dependency_job_id":null,"html_url":"https://github.com/GeKorm/getScript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeKorm%2FgetScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeKorm%2FgetScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeKorm%2FgetScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeKorm%2FgetScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeKorm","download_url":"https://codeload.github.com/GeKorm/getScript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247043351,"owners_count":20874087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T10:43:20.134Z","updated_at":"2025-04-03T17:20:12.730Z","avatar_url":"https://github.com/GeKorm.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# getScript\n\nDynamic code loading for dart scripts, similar to jQuery's `getScript()`.\nThe loaded modules have full access to the DOM, but no access to\nthe code of other modules.\n\n## Usage\n\nA simple usage example:\n\n    import 'package:getscript/getscript.dart';\n\n    main() {\n      String name = 'one.dart';\n      getScript(Uri.parse(name));\n    }\nReturns a `Future\u003cScriptElement\u003e`\nIf the script is already loaded, getScript() will not attempt to load it\nagain, so it can be safely used multiple times without triggering superfluous\nrequests.\n\n## Features and bugs\n\nCurrently, a Future is returned to indicate that the module has loaded only\nwhen running in Javascript.\nAs a workaround during development in Dartium, you can dispatch a custom \nDOM event from the module and listen for it in the main script.\n\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://www.github.com/GeKorm/getScript/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgekorm%2Fgetscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgekorm%2Fgetscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgekorm%2Fgetscript/lists"}