Skip to content

Commit 8deb645

Browse files
authored
replace dart impl with submodule (#139)
* replace with submodule * clean * workflow fix * version fix * dart sdk version fix
1 parent 3ac108c commit 8deb645

23 files changed

+7
-1143
lines changed

.github/workflows/dart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
submodules: true
1517
- uses: dart-lang/setup-dart@v1
1618
with:
17-
sdk: 3.0
19+
sdk: 3.6.0
1820

1921
- name: Install Requirements
2022
working-directory: src/dart
2123
run: dart pub get
2224

23-
# Verify the use of 'dart format' on each commit.
2425
- name: Check formatting
2526
working-directory: src/dart
2627
run: dart format --output=none --set-exit-if-changed .
2728

28-
# Passing '--fatal-infos' for slightly stricter analysis.
2929
- name: Analyze
3030
working-directory: src/dart
3131
run: dart analyze --fatal-infos

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "examples/pose-pipelines"]
22
path = examples/pose-pipelines
33
url = [email protected]:J22Melody/pose-pipelines.git
4+
[submodule "src/dart"]
5+
path = src/dart
6+
url = https://github.com/bipinkrish/pose-dart.git

src/dart

Submodule dart added at bbcebfc

src/dart/.gitignore

-6
This file was deleted.

src/dart/CHANGELOG.md

-37
This file was deleted.

src/dart/LICENSE

-29
This file was deleted.

src/dart/README.md

-46
This file was deleted.

src/dart/example/pose_example.dart

-22
This file was deleted.

src/dart/lib/numdart.dart

-210
This file was deleted.

src/dart/lib/pose.dart

-4
This file was deleted.

0 commit comments

Comments
 (0)