Skip to content

Commit

Permalink
added github issue path
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitmishrathinkSys committed Oct 14, 2024
1 parent 997fa77 commit fc94024
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.12]
### Changed
- Updated `pubspec.yaml` file.

## [0.0.11]
### Changed
- Updated `publish.yml` file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The ThinkSys Mediapipe Plugin brings pose detection to Flutter apps, filling a g
1. First add the dependency in ```pubspec.yaml``` file & do run ```flutter pub get``` in terminal
```
dependencies:
thinksys_mediapipe_plugin: ^0.0.11
thinksys_mediapipe_plugin: ^0.0.12
```
2. Add camera usage permission in Info.plist in example/ios
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- MediaPipeTasksCommon (0.10.14)
- MediaPipeTasksVision (0.10.14):
- MediaPipeTasksCommon (= 0.10.14)
- thinksys_mediapipe_plugin (0.0.1):
- thinksys_mediapipe_plugin (0.0.12):
- Flutter
- MediaPipeTasksCommon (~> 0.10.14)
- MediaPipeTasksVision (~> 0.10.14)
Expand All @@ -27,7 +27,7 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
MediaPipeTasksCommon: 5660099c2dd81f7ac4a7a5f51055785ead8e0e64
MediaPipeTasksVision: 0fac0db83c0b45e4d7811a9227be5e571403cf83
thinksys_mediapipe_plugin: f943d01a0c8a38fa80f6ba63e777ad023b6f964a
thinksys_mediapipe_plugin: bba6c37a381a5c5981a53d9b72ac8a119bef77bb

PODFILE CHECKSUM: 7bb08e8bd89bec0588bdb44b8f8bbb6ec0b86ee0

Expand Down
2 changes: 1 addition & 1 deletion ios/thinksys_mediapipe_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'thinksys_mediapipe_plugin'
s.version = '0.0.9'
s.version = '0.0.12'
s.summary = 'A new Flutter Plugin.'
s.description = <<-DESC
A new Flutter Plugin.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: thinksys_mediapipe_plugin
description: Add motion-based magic to your Flutter apps! ThinkSys Mediapipe Plugin offers real-time pose detection for iOS, with easy integration, customizable options, and endless possibilities for fitness, healthcare, and more.
version: 0.0.11
version: 0.0.12
repository: https://github.com/Thinksys/mediapipe-flutter.git
issue_tracker: https://github.com/ThinkSys/mediapipe-flutter/issues
topics: [mediapipe, pose-detection]

environment:
Expand Down

0 comments on commit fc94024

Please sign in to comment.