We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
Here's a quick guide:
- Fork the repo.
git clone <fork_url>
cd flutter_image_editor
dart pub global activate melos
- melos bootstrap
Open flutter_image_editor/image_editor/example/android
in Android Studio.
Or open flutter_image_editor_common/example/android
in Android Studio.
Edit image_editor_common/android/**.kotlin
files.
open flutter_image_editor/image_editor/example/ios/Runner.xcworkspace
Then the project will be opened in Xcode.
Edit the Pods/Development Pods/image_editor_common/**.m
files.
open flutter_image_editor/image_editor/example/macos/Runner.xcworkspace
Edit the Pods/Development Pods/image_editor_common/**.m
files.
Open flutter_image_editor/image_editor/example/ohos
in DevEco Studio.
Use git tag to publish a new version to pub.dev
.
git tag <package name>-v<version>
# Such as:
git tag image_editor-v1.4.0
git push --tags
Or use github release new page to create a new release.
The support package name is define in publish.py
Now they are image_editor
, image_editor_common
, image_editor_platform_interface
and image_editor_ohos
.