Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Capgo to the list of community plugins organizations #348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update community.md
Added Capgo in the list of community plugins organizations. They have up to 19 plugins that includes new plugins but also updated and maintained old capacitor plugins !

I'm currently using and testing a lot of their plugins, and i have very little issues with them. And if i have a question or a bug somewhere, i get a fast answer/solution from the support on their discord server (1000 members) :)
  • Loading branch information
maximilien0405 authored Sep 5, 2024
commit f3fe139b82074dc47b55e678c266a56e1a55c987
5 changes: 5 additions & 0 deletions docs/plugins/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ The [Capawesome](https://github.com/capawesome-team) GitHub org is another commu
Among others, this includes [capacitor-firebase](https://github.com/capawesome-team/capacitor-firebase) and [capacitor-mlkit](https://github.com/capawesome-team/capacitor-mlkit).
Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https://twitter.com/capawesomeio) to stay up to date.

## Capgo

[Capgo](https://github.com/Cap-go) is a community project led by Martin Donadieu, an Ionic Developer Expert, offering a diverse set of Capacitor plugins.
These plugins enhance app functionality with features like [in-app purchases](https://github.com/Cap-go/native-purchases), [SQLite storage](https://github.com/Cap-go/capacitor-data-storage-sqlite), [native audio](https://github.com/Cap-go/native-audio), [geocoding](https://github.com/Cap-go/capacitor-nativegeocoder), [screen recording](https://github.com/Cap-go/capacitor-screen-recorder), and other device-specific capabilities. Capgo's plugins are designed to streamline development and improve app performance across various platforms. Check out the [Capgo website](https://capgo.app/) to explore the full range of plugins and stay updated on new releases.

## Cordova Ecosystem

Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available.
Expand Down