Modify custom widget

1
Hi, I would like to apply a minor modification to existing custom created widget. How it is possible ?   Thanks! Iqbal.
asked
2 answers
4

You can unzip the package (rename it to end with .zip and unzip using your favorite tool). Now you can apply changes. I would suggest to have a look at the custom widget learning path.

answered
1

Hi Muhammet,

you can do some small changes directly in the zip file. Though this makes it harder to maintenance and some of the widget contains minified code. Most widgets in the app store are open source, and you find the link to GitHub. 

Fork the project, checkout locally, and do you changes. For issues a good features you can even open a pull request, this way you can contribute and share. 

Cheers, Andries

answered