Awesome
capacitor-plugin-demo
<!-- [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/robingenz/capacitor-plugin-demo?color=brightgreen&label=version)](https://github.com/robingenz/capacitor-plugin-demo/releases) -->⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
Plugins
The following plugins are included:
- Android Battery Optimization
- Android Foreground Service
- App Update
- Background Task
- Badge
- cloudinary
- Datetime Picker
- File Compressor
- File Opener
- File Picker
- Managed Configurations
- Photo Editor
- PostHog
- Printer
- Screen Orientation
- Keep Awake
- Privacy Screen
- 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.
<!-- ## Changelog See [CHANGELOG.md](https://github.com/robingenz/capacitor-plugin-demo/blob/main/CHANGELOG.md). -->License
See LICENSE.