What is best way to create custom widgets

0
I have created few custom widgets which uses microflow, entities, jsonStructure, import/export mappings etc.. from specific module. So do I need to export that module which contains (microflow, entities, jsonStructure, import/export mappings etc ) will be a ".mpk" file along with custom_Widget.mpk in order to use those functionalities from mendix store by other user ? eg: google map is a custom component which we can download it from mendix store, wants to create component which can be used by other users
asked
2 answers
3

https://gettingstarted.mendixcloud.com/link/path/45 learning path on the academy

answered
0

Check out this documentation: https://docs.mendix.com/developerportal/app-store/share-app-store-content 

It gives a description on how to upload a widget in the mendix store

answered