Skip to content

Commit

Permalink
feat: update readme about OpenHarmony example
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Mar 21, 2024
1 parent 9d2ad65 commit e385e5e
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 465 deletions.
2 changes: 1 addition & 1 deletion image_editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use native(objc,kotlin,arkts) code to handle image data, it is easy to process p

Android, iOS, OpenHarmony

如果你需要在 `OpenHarmony` 平台上面运行例子,请将例子中的 `path_provider_ohos` 引用注释解开。
`OpenHarmony` 平台的例子,请运行 `image_editor_ohos/example`

## Change Log

Expand Down
20 changes: 0 additions & 20 deletions image_editor_ohos/example/.flutter-plugins

This file was deleted.

1 change: 0 additions & 1 deletion image_editor_ohos/example/.flutter-plugins-dependencies

This file was deleted.

48 changes: 48 additions & 0 deletions image_editor_ohos/example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

pubspec.lock
**/doc/api/
.dart_tool/
.packages
build/
*.lock
7 changes: 7 additions & 0 deletions image_editor_ohos/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# flutter_image_editor_example

A demo for flutter_image_editor.

Run example of open harmony in the [directory][example-for-harmony]

[example-for-harmony]: ../../image_editor_ohos/example/
Loading

0 comments on commit e385e5e

Please sign in to comment.