Once you have forked the project, follow these steps :
- Run
flutter cleanonce as soon as you fork the project - Run
flutter pub get - Open Xcode and select the proper team and signing key
- Run
pod install - Run the application via flutter run !
| #!/bin/bash | |
| #name: pluginSkeleton | |
| #author: Pranjal Pandey | |
| #Installation: Put file in root folder | |
| #usage ./pluginSkeleton <pluginName> | |
| if [ $# -eq 0 ]; then | |
| echo "Plugin Name is Missing" | |
| else |