Create Mit app inventor extension using App inventor source

Hi everyone i am trying to create extension using App inventor source, I just wanna to know is there is any direct way to create extension like rush create MyExtension in App inventor source.

And How to add libs like in rush but in deps folder and add it in rush.yml

deps:
  - lib.jar

How to add it in using mit app inventor sources

Why not just use RUSH?

because it is not support helper blocks and doesn't suppost multi create extensions in one extension

I've modified the extension-template repository to build extensions easily and added some features like Rush, you can knock me personally to have this tool. Helper blocks and multi-components supported.

2 Likes

See the App Inventor Extensions document

Also the document App Inventor Annotations, Adding Helper Blocks to a Component and How to add a Dropdown Block to a Component might be helpful.

Taifun