1 line
No EOL
32 KiB
JSON
1 line
No EOL
32 KiB
JSON
{"slug": "capawesome-team--awesome-capacitorjs", "title": "Capacitorjs", "description": "\u26a1\ufe0f A curated list of awesome things related to Capacitor.", "github_url": "https://github.com/capawesome-team/awesome-capacitorjs", "stars": "169", "tag": "Platforms", "entry_count": 184, "subcategory_count": 3, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "Official", "url": "#official", "description": ""}, {"name": "Guides", "url": "#guides", "description": ""}, {"name": "Learnings", "url": "#learnings", "description": ""}, {"name": "Plugins", "url": "#plugins", "description": ""}, {"name": "Tools", "url": "#tools", "description": ""}, {"name": "Related Lists", "url": "#related-lists", "description": ""}, {"name": "Website", "url": "https://capacitorjs.com/", "description": ""}, {"name": "Documentation", "url": "https://capacitorjs.com/docs", "description": ""}, {"name": "CLI", "url": "https://capacitorjs.com/docs/cli", "description": ""}, {"name": "Community", "url": "https://capacitorjs.com/community", "description": ""}, {"name": "Blog", "url": "https://capacitorjs.com/blog", "description": ""}, {"name": "Enterprise", "url": "https://capacitorjs.com/enterprise", "description": ""}, {"name": "Repository", "url": "https://github.com/ionic-team/capacitor", "description": "", "stars": "14k"}, {"name": "Twitter", "url": "https://twitter.com/capacitorjs", "description": ""}, {"name": "Creating Plugins", "url": "https://capacitorjs.com/docs/plugins/creating-plugins", "description": ""}, {"name": "Creating Splash Screens and Icons", "url": "https://capacitorjs.com/docs/guides/splash-screens-and-icons", "description": ""}, {"name": "App Deployment and Realtime Updates", "url": "https://capacitorjs.com/docs/guides/deploying-updates", "description": ""}, {"name": "CI/CD for Capacitor Apps", "url": "https://capacitorjs.com/docs/guides/ci-cd", "description": ""}, {"name": "Data Storage in Capacitor", "url": "https://capacitorjs.com/docs/guides/storage", "description": ""}, {"name": "Security Best Practices for Capacitor", "url": "https://capacitorjs.com/docs/guides/security", "description": ""}, {"name": "Using Push Notifications with Firebase in an Ionic + Angular App", "url": "https://capacitorjs.com/docs/guides/push-notifications-firebase", "description": ""}, {"name": "Saving Plugin Calls", "url": "https://capacitorjs.com/docs/core-apis/saving-calls", "description": ""}, {"name": "Mocking Capacitor Plugins", "url": "https://capacitorjs.com/docs/guides/mocking-plugins", "description": ""}, {"name": "The Push Notifications Guide for Capacitor", "url": "https://capawesome.io/blog/the-push-notifications-guide-for-capacitor/", "description": ""}, {"name": "Ionic Academy Capacitor Crash Course", "url": "https://ionicacademy.com/capacitor-crash-course/", "description": ""}, {"name": "@capacitor/android", "url": "https://github.com/ionic-team/capacitor", "description": "", "stars": "14k"}, {"name": "@capacitor/ios", "url": "https://github.com/ionic-team/capacitor", "description": "", "stars": "14k"}, {"name": "@capacitor-community/electron", "url": "https://github.com/capacitor-community/electron", "description": "", "stars": "382"}, {"name": "Proposals", "url": "https://github.com/capacitor-community/proposals", "description": "", "stars": "78"}]}, {"name": "Official Plugins", "parent": "Plugins", "entries": [{"name": "@capacitor/action-sheet", "url": "https://capacitorjs.com/docs/apis/action-sheet", "description": "Provides access to native Action Sheets."}, {"name": "@capacitor/app", "url": "https://capacitorjs.com/docs/apis/app", "description": "The App API handles high level App state and events."}, {"name": "@capacitor/app-launcher", "url": "https://capacitorjs.com/docs/apis/app-launcher", "description": "The AppLauncher API allows your app to open other apps."}, {"name": "@capacitor/browser", "url": "https://capacitorjs.com/docs/apis/browser", "description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events."}, {"name": "@capacitor/clipboard", "url": "https://capacitorjs.com/docs/apis/clipboard", "description": "The Clipboard API enables copy and pasting to/from the system clipboard."}, {"name": "@capacitor/device", "url": "https://capacitorjs.com/docs/apis/device", "description": "The Device API exposes internal information about the device."}, {"name": "@capacitor/dialog", "url": "https://capacitorjs.com/docs/apis/dialog", "description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts."}, {"name": "@capacitor/filesystem", "url": "https://capacitorjs.com/docs/apis/filesystem", "description": "The Filesystem API provides a NodeJS-like API for working with files on the device."}, {"name": "@capacitor/file-viewer", "url": "https://capacitorjs.com/docs/apis/file-viewer", "description": "The FileViewer API provides mechanisms for opening files and previewing media."}, {"name": "@capacitor/file-transfer", "url": "https://capacitorjs.com/docs/apis/file-transfer", "description": "The FileTransfer API provides mechanisms for downloading and uploading files."}, {"name": "@capacitor/geolocation", "url": "https://capacitorjs.com/docs/apis/geolocation", "description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS."}, {"name": "@capacitor/haptics", "url": "https://capacitorjs.com/docs/apis/haptics", "description": "The Haptics API provides physical feedback to the user through touch or vibration."}, {"name": "@capacitor/keyboard", "url": "https://capacitorjs.com/docs/apis/keyboard", "description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides."}, {"name": "@capacitor/local-notifications", "url": "https://capacitorjs.com/docs/apis/local-notifications", "description": "The Local Notifications API provides a way to schedule device notifications locally."}, {"name": "@capacitor/motion", "url": "https://capacitorjs.com/docs/apis/motion", "description": "The Motion API tracks accelerometer and device orientation."}, {"name": "@capacitor/network", "url": "https://capacitorjs.com/docs/apis/network", "description": "The Network API provides network and connectivity information."}, {"name": "@capacitor/push-notifications", "url": "https://capacitorjs.com/docs/apis/push-notifications", "description": "The Push Notifications API provides access to native push notifications."}, {"name": "@capacitor/screen-reader", "url": "https://capacitorjs.com/docs/apis/screen-reader", "description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc."}, {"name": "@capacitor/share", "url": "https://capacitorjs.com/docs/apis/share", "description": "The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed."}, {"name": "@capacitor/splash-screen", "url": "https://capacitorjs.com/docs/apis/splash-screen", "description": "The Splash Screen API provides methods for showing or hiding a Splash image."}, {"name": "@capacitor/status-bar", "url": "https://capacitorjs.com/docs/apis/status-bar", "description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it."}, {"name": "@capacitor/storage", "url": "https://capacitorjs.com/docs/apis/storage", "description": "The Storage API provides a simple key/value persistent store for lightweight data."}, {"name": "@capacitor/text-zoom", "url": "https://capacitorjs.com/docs/apis/text-zoom", "description": "The Text Zoom API provides the ability to change Web View text size for visual accessibility."}, {"name": "@capacitor/toast", "url": "https://capacitorjs.com/docs/apis/toast", "description": "The Toast API provides a notification pop up for displaying important information to a user."}]}, {"name": "Community Plugins", "parent": "Plugins", "entries": [{"name": "@aparajita/capacitor-biometric-auth", "url": "https://github.com/aparajita/capacitor-biometric-auth", "description": "Easy access to native biometric auth APIs on iOS and Android.", "stars": "214"}, {"name": "@aparajita/capacitor-dark-mode", "url": "https://github.com/aparajita/capacitor-dark-mode", "description": "Universal, reliable dark mode support for Capacitor apps on the web, iOS and Android.", "stars": "29"}, {"name": "@aparajita/capacitor-ios-silent-notifications", "url": "https://github.com/aparajita/capacitor-ios-silent-notifications", "description": "Silent (AKA remote) notification support for Capacitor apps on iOS.", "stars": "4"}, {"name": "@aparajita/capacitor-logger", "url": "https://github.com/aparajita/capacitor-logger", "description": "Better logging for the web and native Ionic/Capacitor apps.", "stars": "18"}, {"name": "@aparajita/capacitor-secure-storage", "url": "https://github.com/aparajita/capacitor-secure-storage", "description": "Secure, flexible storage for Capacitor apps using iOS Keychain and Android Keystore.", "stars": "154"}, {"name": "@capacitor-community/vue-cli-plugin-capacitor", "url": "https://github.com/capacitor-community/vue-cli-plugin-capacitor", "description": "A Vue CLI 3/4 Plugin for Capacitor.", "stars": "133"}, {"name": "@capacitor-community/twitter", "url": "https://github.com/capacitor-community/twitter", "description": "Capacitor plugin to enable TwitterKit.", "stars": "11"}, {"name": "@capacitor-community/fcm", "url": "https://github.com/capacitor-community/fcm", "description": "Enable Firebase Cloud Messaging for Capacitor apps.", "stars": "262"}, {"name": "@capacitor-community/intercom", "url": "https://github.com/capacitor-community/intercom", "description": "Enable Intercom for Capacitor apps.", "stars": "69"}, {"name": "@capacitor-community/media", "url": "https://github.com/capacitor-community/media", "description": "Capacitor plugin to activate extra media features.", "stars": "129"}, {"name": "@capacitor-community/firebase-analytics", "url": "https://github.com/capacitor-community/firebase-analytics", "description": "Enable Firebase Analytics for Capacitor Apps.", "stars": "171"}, {"name": "@capacitor-community/camera-preview", "url": "https://github.com/capacitor-community/camera-preview", "description": "Capacitor plugin that allows camera interaction from HTML code.", "stars": "221"}, {"name": "@capacitor-community/date-picker", "url": "https://github.com/capacitor-community/date-picker", "description": "Native DateTime Picker Plugin for Capacitor Apps.", "stars": "94"}, {"name": "@capacitor-community/firebase-crashlytics", "url": "https://github.com/capacitor-community/firebase-crashlytics", "description": "Capacitor plugin for Firebase Crashlytics.", "stars": "74"}, {"name": "@capacitor-community/sqlite", "url": "https://github.com/capacitor-community/sqlite", "description": "Community plugin for native & electron SQLite databases.", "stars": "610"}, {"name": "@capacitor-community/stripe", "url": "https://github.com/capacitor-community/stripe", "description": "Stripe Mobile SDK wrapper for Capacitor.", "stars": "230"}, {"name": "@capacitor-community/react-hooks", "url": "https://github.com/capacitor-community/react-hooks", "description": "React hooks for Capacitor.", "stars": "263"}, {"name": "@capacitor-community/keep-awake", "url": "https://github.com/capacitor-community/keep-awake", "description": "Capacitor plugin to prevent devices from dimming or locking the screen.", "stars": "163"}, {"name": "@capacitor-community/http", "url": "https://github.com/capacitor-community/http", "description": "Community plugin for native HTTP.", "stars": "211"}, {"name": "@capacitor-community/text-to-speech", "url": "https://github.com/capacitor-community/text-to-speech", "description": "Capacitor plugin for synthesizing speech from text.", "stars": "116"}, {"name": "@capacitor-community/native-audio", "url": "https://github.com/capacitor-community/native-audio", "description": "Capacitor community plugin for playing sounds.", "stars": "144"}, {"name": "@capacitor-community/firebase-remote-config", "url": "https://github.com/capacitor-community/firebase-remote-config", "description": "Capacitory community plugin for Firebase Remote Config.", "stars": "23"}, {"name": "@capacitor-community/in-app-purchases", "url": "https://github.com/capacitor-community/in-app-purchases", "description": "WIP: In App Purchases plugin for Capacitor."}, {"name": "@capacitor-community/native-market", "url": "https://github.com/capacitor-community/native-market", "description": "Capacitor community plugin for native market for Play Store/App Store.", "stars": "31"}, {"name": "@capacitor-community/capacitor-googlemaps-native", "url": "https://github.com/capacitor-community/capacitor-googlemaps-native", "description": "Capacitor Plugin using native Google Maps SDK for Android and iOS.", "stars": "158"}, {"name": "@capacitor-community/contacts", "url": "https://github.com/capacitor-community/contacts", "description": "Contacts Plugin for Capacitor.", "stars": "142"}, {"name": "@capacitor-community/apple-sign-in", "url": "https://github.com/capacitor-community/apple-sign-in", "description": "Sign in with Apple Support.", "stars": "163"}, {"name": "@capacitor-community/flipper", "url": "https://github.com/capacitor-community/flipper", "description": "Capacitory community plugin for Flipper.", "stars": "12"}, {"name": "@capacitor-community/facebook-login", "url": "https://github.com/capacitor-community/facebook-login", "description": "Facebook Login support.", "stars": "112"}, {"name": "@capacitor-community/admob", "url": "https://github.com/capacitor-community/admob", "description": "Community plugin for using Google AdMob.", "stars": "265"}, {"name": "@capacitor-community/speech-recognition", "url": "https://github.com/capacitor-community/speech-recognition", "description": "Capacitor community plugin for speech recognition.", "stars": "118"}, {"name": "@capacitor-community/realm", "url": "https://github.com/capacitor-community/realm", "description": "Capacitor community plugin for native Realm.", "stars": "26"}, {"name": "@capacitor-community/auth0", "url": "https://github.com/capacitor-community/auth0", "description": "A native plugin for Auth0 authentication provider.", "stars": "9"}, {"name": "@capacitor-community/barcode-scanner", "url": "https://github.com/capacitor-community/barcode-scanner", "description": "A fast and efficient (QR) barcode scanner for Capacitor.", "stars": "445"}, {"name": "@capacitor-community/background-geolocation", "url": "https://github.com/capacitor-community/background-geolocation", "description": "Capacitor plugin which lets you receive geolocation updates even while the app is backgrounded.", "stars": "235"}, {"name": "@capacitor-community/bluetooth-le", "url": "https://github.com/capacitor-community/bluetooth-le", "description": "Capacitor plugin for Bluetooth Low Energy.", "stars": "337"}, {"name": "@capacitor-community/uxcam", "url": "https://github.com/capacitor-community/uxcam", "description": "UXCam and FullStory app analytics.", "stars": "5"}, {"name": "@capacitor-community/privacy-screen", "url": "https://github.com/capacitor-community/privacy-screen", "description": "Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.", "stars": "98"}, {"name": "@capacitor-community/screen-brightness", "url": "https://github.com/capacitor-community/screen-brightness", "description": "Capacitor community plugin for controlling screen brightness on iOS and Android devices.", "stars": "28"}, {"name": "@capacitor-community/app-icon", "url": "https://github.com/capacitor-community/app-icon", "description": "Capacitor plugin for managing an iOS app's icon.", "stars": "92"}, {"name": "@capacitor-community/card-scanner", "url": "https://github.com/capacitor-community/card-scanner", "description": "Simple card scanner for Capacitor Applications.", "stars": "13"}, {"name": "@capacitor-community/safe-area", "url": "https://github.com/capacitor-community/safe-area", "description": "A plugin to expose the safe area insets from the native iOS/Android device to your web project.", "stars": "149"}, {"name": "@capacitor-community/appcenter-sdk-capacitor", "url": "https://github.com/capacitor-community/appcenter-sdk-capacitor", "description": "Capacitor Plugin for Microsoft's Visual Studio App Center SDK.", "stars": "35"}, {"name": "@capacitor-community/photoviewer", "url": "https://github.com/capacitor-community/photoviewer", "description": "PhotoViewer table images with fullscreen and sharing capabilities.", "stars": "66"}, {"name": "@capacitor-firebase/analytics", "url": "https://capawesome.io/plugins/firebase/analytics/", "description": "Capacitor plugin for Firebase Analytics."}, {"name": "@capacitor-firebase/app", "url": "https://capawesome.io/plugins/firebase/app/", "description": "Capacitor plugin for Firebase App."}, {"name": "@capacitor-firebase/app-check", "url": "https://capawesome.io/plugins/firebase/app-check/", "description": "Capacitor plugin for Firebase App Check."}, {"name": "@capacitor-firebase/authentication", "url": "https://capawesome.io/plugins/firebase/authentication/", "description": "Capacitor plugin for Firebase Authentication."}, {"name": "@capacitor-firebase/crashlytics", "url": "https://capawesome.io/plugins/firebase/crashlytics/", "description": "Capacitor plugin for Firebase Crashlytics."}, {"name": "@capacitor-firebase/firestore", "url": "https://capawesome.io/plugins/firebase/firestore/", "description": "Capacitor plugin for Firebase Cloud Firestore."}, {"name": "@capacitor-firebase/functions", "url": "https://capawesome.io/plugins/firebase/cloud-functions/", "description": "Capacitor plugin for Firebase Cloud Functions."}, {"name": "@capacitor-firebase/messaging", "url": "https://capawesome.io/plugins/firebase/messaging/", "description": "Capacitor plugin for Firebase Cloud Messaging."}, {"name": "@capacitor-firebase/performance", "url": "https://capawesome.io/plugins/firebase/performance/", "description": "Capacitor plugin for Firebase Performance Monitoring."}, {"name": "@capacitor-firebase/remote-config", "url": "https://capawesome.io/plugins/firebase/remote-config/", "description": "Capacitor plugin for Firebase Remote Storage."}, {"name": "@capacitor-firebase/storage", "url": "https://capawesome.io/plugins/firebase/storage/", "description": "Capacitor plugin for Firebase Cloud Storage."}, {"name": "@capacitor-mlkit/barcode-scanning", "url": "https://capawesome.io/plugins/mlkit/barcode-scanning/", "description": "Unofficial Capacitor plugin for ML Kit Barcode Scanning."}, {"name": "@capacitor-mlkit/document-scanner", "url": "https://capawesome.io/plugins/mlkit/document-scanner/", "description": "Unofficial Capacitor plugin for ML Kit Document Scanner."}, {"name": "@capacitor-mlkit/face-detection", "url": "https://capawesome.io/plugins/mlkit/face-detection/", "description": "Unofficial Capacitor plugin for ML Kit Face Detection."}, {"name": "@capacitor-mlkit/face-mesh-detection", "url": "https://capawesome.io/plugins/mlkit/face-mesh-detection/", "description": "Unofficial Capacitor plugin for ML Kit Face Mesh Detection."}, {"name": "@capacitor-mlkit/selfie-segmentation", "url": "https://capawesome.io/plugins/mlkit/selfie-segmentation/", "description": "Unofficial Capacitor plugin for ML Kit Selfie Segmentation."}, {"name": "@capacitor-mlkit/subject-segmentation", "url": "https://capawesome.io/plugins/mlkit/subject-segmentation/", "description": "Unofficial Capacitor plugin for ML Kit Subject Segmentation."}, {"name": "@capacitor-mlkit/translation", "url": "https://capawesome.io/plugins/mlkit/translation/", "description": "Unofficial Capacitor plugin for ML Kit Translation."}, {"name": "@cartona/capacitor-google-play-availability", "url": "https://github.com/cartona/capacitor-google-play-availability", "description": "Capacitor plugin to verify that Google Play services is installed and enabled, and request enabling Google Play services on device.", "stars": "2"}, {"name": "@codetrix-studio/capacitor-google-auth", "url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth", "description": "Capacitor plugin for Google Auth.", "stars": "318"}, {"name": "@capawesome-team/capacitor-android-dark-mode-support", "url": "https://capawesome.io/plugins/android-dark-mode-support", "description": "Capacitor plugin to support dark mode on Android."}, {"name": "@capawesome-team/capacitor-android-foreground-service", "url": "https://capawesome.io/plugins/android-foreground-service", "description": "Capacitor plugin to run a foreground service on Android."}, {"name": "@capawesome-team/capacitor-audio-recorder", "url": "https://capawesome.io/plugins/audio-recorder/", "description": "Capacitor plugin for seamless audio recording using the device's microphone."}, {"name": "@capawesome-team/capacitor-barometer", "url": "https://capawesome.io/plugins/barometer/", "description": "Capacitor plugin to obtain the static air pressure, which is measured in hectopascals (hPa)."}, {"name": "@capawesome-team/capacitor-biometrics", "url": "https://capawesome.io/plugins/biometrics/", "description": "Capacitor plugin to request biometric authentication, such as using face recognition or fingerprint recognition."}, {"name": "@capawesome-team/capacitor-bluetooth-low-energy", "url": "https://capawesome.io/plugins/bluetooth-low-energy/", "description": "Capacitor plugin for Bluetooth Low Energy (BLE) communication."}, {"name": "@capawesome-team/capacitor-contacts", "url": "https://capawesome.io/plugins/contacts/", "description": "Capacitor plugin to read, write, or select device contacts."}, {"name": "@capawesome-team/capacitor-datetime-picker", "url": "https://capawesome.io/plugins/datetime-picker", "description": "Capacitor plugin that let the user easily enter both a date and a time."}, {"name": "@capawesome-team/capacitor-file-compressor", "url": "https://capawesome.io/plugins/file-compressor", "description": "Capacitor plugin for compressing files."}, {"name": "@capawesome-team/capacitor-file-opener", "url": "https://capawesome.io/plugins/file-opener", "description": "Capacitor plugin to open a file with the default application."}, {"name": "@capawesome-team/capacitor-nfc", "url": "https://capawesome.io/plugins/nfc", "description": "Capacitor plugin for reading and writing NFC tags."}, {"name": "@capawesome-team/capacitor-printer", "url": "https://capawesome.io/plugins/printer", "description": "Capacitor plugin for printing."}, {"name": "@capawesome-team/capacitor-secure-preferences", "url": "https://capawesome.io/plugins/secure-preferences/", "description": "Capacitor plugin to securely store key/value pairs."}, {"name": "@capawesome-team/capacitor-speech-recognition", "url": "https://capawesome.io/plugins/speech-recognition/", "description": "Capacitor plugin to transcribe speech into text."}, {"name": "@capawesome-team/capacitor-speech-synthesis", "url": "https://capawesome.io/plugins/speech-synthesis/", "description": "Capacitor plugin for synthesizing speech from text."}, {"name": "@capawesome-team/capacitor-wifi", "url": "https://capawesome.io/plugins/wifi/", "description": "Capacitor plugin to manage Wi-Fi connectivity."}, {"name": "@capawesome-team/capacitor-zip", "url": "https://capawesome.io/plugins/zip/", "description": "Capacitor plugin to zip and unzip files and directories."}, {"name": "@capawesome/capacitor-android-battery-optimization", "url": "https://capawesome.io/plugins/android-battery-optimization", "description": "Capacitor plugin to access battery optimization settings on Android."}, {"name": "@capawesome/capacitor-android-edge-to-edge-support", "url": "https://capawesome.io/plugins/android-edge-to-edge-support/", "description": "Capacitor plugin to support edge-to-edge display on Android."}, {"name": "@capawesome/capacitor-app-review", "url": "https://capawesome.io/plugins/app-review/", "description": "Capacitor plugin that allows users to submit app store reviews and ratings."}, {"name": "@capawesome/capacitor-app-shortcuts", "url": "https://capawesome.io/plugins/app-shortcuts/", "description": "Capacitor plugin to manage app shortcuts and quick actions."}, {"name": "@capawesome/capacitor-app-update", "url": "https://capawesome.io/plugins/app-update", "description": "Capacitor plugin that assists with app updates."}, {"name": "@capawesome/capacitor-asset-manager", "url": "https://capawesome.io/plugins/asset-manager/", "description": "Capacitor plugin to access native asset files."}, {"name": "@capawesome/capacitor-background-task", "url": "https://capawesome.io/plugins/background-task", "description": "Capacitor plugin for running background tasks."}, {"name": "@capawesome/capacitor-badge", "url": "https://capawesome.io/plugins/badge", "description": "Capacitor plugin to access and update the badge number of the app icon."}, {"name": "@capawesome/capacitor-cloudinary", "url": "https://capawesome.io/plugins/cloudinary", "description": "Unofficial Capacitor plugin for Cloudinary SDK."}, {"name": "@capawesome/capacitor-file-picker", "url": "https://capawesome.io/plugins/file-picker", "description": "Capacitor plugin that allows the user to select a file."}, {"name": "@capawesome/capacitor-live-update", "url": "https://capawesome.io/plugins/live-update/", "description": "Capacitor plugin that allows you to update your app remotely in real-time without requiring users to download a new version from the app store, known as Over-the-Air (OTA) updates."}, {"name": "@capawesome/capacitor-managed-configurations", "url": "https://capawesome.io/plugins/managed-configurations", "description": "Capacitor plugin to access managed configuration settings."}, {"name": "@capawesome/capacitor-photo-editor", "url": "https://capawesome.io/plugins/photo-editor", "description": "Capacitor plugin that allows the user to edit a photo."}, {"name": "@capawesome/capacitor-posthog", "url": "https://capawesome.io/plugins/posthog/", "description": "Unofficial Capacitor plugin for PostHog."}, {"name": "@capawesome/capacitor-screen-orientation", "url": "https://capawesome.io/plugins/screen-orientation", "description": "Capacitor plugin to lock/unlock the screen orientation."}, {"name": "@capawesome/capacitor-screenshot", "url": "https://capawesome.io/plugins/screenshot/", "description": "Capacitor plugin for taking screenshots."}, {"name": "@capawesome/capacitor-torch", "url": "https://capawesome.io/plugins/torch/", "description": "Capacitor plugin for switching the flashlight on and off."}, {"name": "@capgo/camera-preview", "url": "https://github.com/Cap-go/camera-preview", "description": "Capacitor plugin that allows camera interaction from HTML code (fork).", "stars": "25"}, {"name": "@capgo/capacitor-crisp", "url": "https://github.com/Cap-go/capacitor-crisp", "description": "Crisp chat SDK for your app.", "stars": "9"}, {"name": "@capgo/capacitor-flash", "url": "https://github.com/Cap-go/capacitor-flash", "description": "Switch the Flashlight / Torch of your device.", "stars": "16"}, {"name": "@capgo/inappbrowser", "url": "https://github.com/Cap-go/capacitor-inappbrowser", "description": "Browser In app browser with urlChangeEvent.", "stars": "106"}, {"name": "@capgo/capacitor-updater", "url": "https://github.com/Cap-go/capacitor-updater", "description": "Live update for capacitor app.", "stars": "647"}, {"name": "@capgo/capacitor-mute", "url": "https://github.com/Cap-go/capacitor-mute", "description": "Detect silent mode and mute audio.", "stars": "7"}, {"name": "@capgo/native-audio", "url": "https://github.com/Cap-go/native-audio", "description": "Capacitor plugin for native audio engine (fork).", "stars": "55"}, {"name": "@capgo/nativegeocoder", "url": "https://github.com/Cap-go/capacitor-nativegeocoder", "description": "Native forward and reverse geocoding.", "stars": "31"}, {"name": "@capgo/native-market", "url": "https://github.com/Cap-go/native-market", "description": "Capacitor community plugin for native market for Play Store/App Store.", "stars": "7"}, {"name": "@capgo/capacitor-screen-recorder", "url": "https://github.com/Cap-go/capacitor-screen-recorder", "description": "Record screen and save to pelicule.", "stars": "15"}, {"name": "@ebarooni/capacitor-calendar", "url": "https://github.com/ebarooni/capacitor-calendar", "description": "Capacitor plugin for interacting with calendar and reminders.", "stars": "62"}, {"name": "@revenuecat/purchases-capacitor", "url": "https://github.com/RevenueCat/purchases-capacitor", "description": "Capacitor in-app purchases and subscriptions made easy with RevenueCat.", "stars": "210"}, {"name": "@smartcompanion/native-audio-player", "url": "https://github.com/smartcompanion-app/native-audio-player", "description": "Play audio that keeps playing in the background, player is shown in system controls, audio output can be switched between speaker/earpiece.", "stars": "3"}, {"name": "@teamhive/capacitor-video-recorder", "url": "https://github.com/TeamHive/capacitor-video-recorder", "description": "Video recorder plugin for Capacitor.", "stars": "60"}, {"name": "@wahr/capacitor-websocket-client", "url": "https://github.com/OrdinarySF/capacitor-websocket-client", "description": "Capacitor WebSocket Client Plugin.", "stars": "50"}, {"name": "capacitor-app-attest", "url": "https://github.com/ludufre/capacitor-app-attest", "description": "Apple Attest with Ionic Capacitor", "stars": "2"}, {"name": "capacitor-bing-translator", "url": "https://github.com/sabereen/capacitor-bing-translator", "description": "A simple and free API for using Bing Translator.", "stars": "2"}, {"name": "capacitor-data-storage-sqlite", "url": "https://github.com/jepiqueau/capacitor-data-storage-sqlite", "description": "Capacitor Data Storage SQlite Plugin.", "stars": "94"}, {"name": "capacitor-firebase-auth", "url": "https://github.com/baumblatt/capacitor-firebase-auth", "description": "Capacitor Firebase Authentication Plugin.", "stars": "264"}, {"name": "capacitor-live-activities", "url": "https://github.com/ludufre/capacitor-live-activities", "description": "Capacitor plugin to use Live Activities on iOS 16.2+.", "stars": "15"}, {"name": "capacitor-lottie-splash-screen", "url": "https://github.com/ludufre/capacitor-lottie-splash-screen", "description": "Capacitor plugin to use Lottie animations as splash screen.", "stars": "17"}, {"name": "capacitor-plugin-safe-area", "url": "https://github.com/AlwaysLoveme/capacitor-plugin-safe-area", "description": "Get SafeArea info on Android and IOS.", "stars": "135"}, {"name": "capacitor-screenshot", "url": "https://github.com/ludufre/capacitor-screenshot", "description": "Capacitor plugin to take screenshots.", "stars": "18"}, {"name": "capacitor-video-player", "url": "https://github.com/jepiqueau/capacitor-video-player", "description": "Capacitor Video Player Plugin.", "stars": "126"}, {"name": "send-intent", "url": "https://github.com/carsten-klaffke/send-intent", "description": "This is a Capacitor plugin meant to be used in Ionic applications for checking if your App was targeted as a share goal.", "stars": "134"}, {"name": "capacitor-plugin-demo", "url": "https://github.com/robingenz/capacitor-plugin-demo", "description": "Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.", "stars": "120"}, {"name": "capacitor-firebase-plugin-demo", "url": "https://github.com/robingenz/capacitor-firebase-plugin-demo", "description": "Simple Ionic Angular app to demonstrate the use of certain Capacitor Firebase plugins.", "stars": "20"}, {"name": "capacitor-testapp", "url": "https://github.com/ionic-team/capacitor-testapp", "description": "The Capacitor TestApp is used to develop new features and verify bug fixes in Capacitor and the official plugins.", "stars": "39"}, {"name": "@capacitor/docgen", "url": "https://github.com/ionic-team/capacitor-docgen", "description": "Docs Readme Markdown and JSON Generator for Capacitor Plugins.", "stars": "13"}, {"name": "@capacitor/plugin", "url": "https://github.com/ionic-team/create-capacitor-plugin", "description": "Create a new Capacitor plugin.", "stars": "116"}, {"name": "cordova-res", "url": "https://github.com/ionic-team/cordova-res", "description": "Local Cordova icon/splash screen resource generation tool.", "stars": "568"}, {"name": "Alexintosh/Awesome-Ionic", "url": "https://github.com/Alexintosh/Awesome-Ionic", "description": "", "stars": "1.5k"}, {"name": "candelibas/awesome-ionic", "url": "https://github.com/candelibas/awesome-ionic", "description": "", "stars": "861"}]}], "name": ""} |