capacitor-plugin-demo
capacitor-plugin-demo copied to clipboard
⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
capacitor-plugin-demo
⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
Plugins
The following plugins are included:
- capawesome-team/capacitor-android-battery-optimization
- capawesome-team/capacitor-android-foreground-service
- capawesome-team/capacitor-app-update
- capawesome-team/capacitor-background-task
- capawesome-team/capacitor-badge
- capawesome-team/capacitor-cloudinary
- capawesome-team/capacitor-datetime-picker
- capawesome-team/capacitor-file-compressor
- capawesome-team/capacitor-file-opener
- capawesome-team/capacitor-file-picker
- capawesome-team/capacitor-managed-configurations
- capawesome-team/capacitor-photo-editor
- capawesome-team/capacitor-printer
- capawesome-team/capacitor-screen-orientation
- capacitor-community/keep-awake
- capacitor-community/privacy-screen
- capacitor-community/text-to-speech
Development Setup 💻
Prerequisites
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
- You must have access to the Capawesome Sponsorware (Read more)
Getting Started
Clone this repository:
git clone https://github.com/robingenz/capacitor-plugin-demo.git
Change to the root directory of the project:
cd capacitor-plugin-demo
Install all dependencies:
npm i
Prepare and launch the Android app:
npx ionic cap sync android
npx ionic cap run android
Prepare and launch the iOS app:
npx ionic cap sync ios
npx ionic cap run ios
This project uses Ionic as app development platform and the Ionic CLI.
License
See LICENSE.