Before starting work on the repository please configure the environment and emulators.
- Install Flutter using instruction for your OS.
- Follow official recommendations about setting up IDE.
In the example
folder you can find the demo application. Read the instruction on how to start the example app.
For running tests just call flutter test
.
The main
branch is locked for the push action. For proposing changes, use the standard pull request approach. It's recommended to discuss fixes or new functionality in the Issues, first.
- Update version in
pubspec.yaml
- Update version in
ios/fpjs_pro_plugin.podspec
- Update version in
android/build.gradle
- Update version in
README.md
in adding instruction - Update
pluginVersion
infpjs_pro_plugin.dart
that used for the integration info - Run
flutter pub get
inexample
folder to updatepubspec.lock
file - Run
pod update
inexample/ios
folder to updatePodfile.lock
file - Add information about the release to the
CHANGELOG.md