Plugin Checklist
All Cordova plugins in NPM are now pre-approved for use in VoltBuilder projects. But how do you know that the plugin you’d like to use is safe?
Easy! Just use the same checklist we used when approving plugins. These guidelines helped us to make sure the plugins our users were using were safe, well-documented and well-behaved. Now, they can help you do the same.
- ✓ Plugins must be valid Cordova plugins. Cordova has pretty good documentation on this.
- ✓ Is your plugin listed on npmjs.com?
- ✓ Does its homepage link to the proper home page?
- ✓ Does its repository link to the proper GitHub repo?
- ✓ If you've modified the plugin have you outlined your modifications in the README.md?
- ✓ Does your plugin include `plugin.xml` at the top level?
- ✓ For android plugins, did you include the proper XML namespace in the `plugin` tag of `plugin.xml` - `xmlns:android="http://schemas.android.com/apk/res/android"`?
- ✓ Does it follow Cordova's guidelines for plugins?
If you have a proprietary plugin which is not shared with other users, please contact us about our Enterprise Plan.
Where’s the Approved Plugins List?
Now that all Cordova plugins in NPM have been pre-approved, we no longer maintain a list of approved plugins. Just double check that the plugin you want to use is safe with the checklist above and then add the plugin to your project.