Plugins
Plugins provide Capacitor with great native features, so finding high quality plugins is an important part of implementing features in your app.
Finding Plugins
To find a plugin, press F1
and type plugins
or click the ...
next to Plugins
from the Ionic VS Code Extension.
Type a keyword, feature, or part of the name of a plugin and press enter
or click Search
to display the list of matching plugins.
Installing Other Packages
You may need to install a dependency that is not a plugin. If your search is an exact match for an NPM package then it will also show (eg try angularx-qrcode
). You can then click Install
to add that dependency to your project.
About the Plugin List
Around 1100 plugins are indexed daily. This list comes from the most popular Capacitor and Cordova plugins that are used in projects. You can contribute to this list by filing an Issue or PR to the repo.
Plugin Ratings
The star rating for a plugin is automatically calculated based on the NPM and GitHub statistics for the plugin project:
- Is the plugin's project open source?
- Are there at least 100 Github stars?
- Has the plugin been published to npm in the last year?
- Is the version considered stable? (ie version 0.x)
- Are there at least 1000 downloads on npm per month?
The goal of the rating system is to highlight projects that are regularly used, maintained and liked by the community.