Commit 347168f
committed
Extract SDK CI to sdks.yml
Add a dedicated SDK workflow (.github/workflows/sdks.yml) that contains TypeScript/Dart SDK test and publish jobs, and remove the SDK-specific test/publish steps from the release workflow. Update release.yml to stop generating SDK badge files and simplify the README update step (also fix a stray typo/garbage line). Update README links to point at the new sdks workflow badges. Bump flutter_rust_bridge to 2.12.0 (Cargo.toml + Cargo.lock) and include regenerated bridge and SDK artifacts (frb_generated.rs, generated Dart/TypeScript bindings and native libs) to match the new version.1 parent 292b728 commit 347168f
16 files changed
Lines changed: 794 additions & 550 deletions
File tree
- .github/workflows
- link
- kalam-link-dart/src
- sdks
- dart
- android/src/main/jniLibs
- arm64-v8a
- x86_64
- ios/Frameworks
- lib/src/generated
- typescript
- scripts
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
1980 | 1981 | | |
1981 | 1982 | | |
1982 | 1983 | | |
1983 | | - | |
| 1984 | + | |
1984 | 1985 | | |
1985 | 1986 | | |
1986 | 1987 | | |
| |||
1992 | 1993 | | |
1993 | 1994 | | |
1994 | 1995 | | |
1995 | | - | |
| 1996 | + | |
1996 | 1997 | | |
1997 | 1998 | | |
1998 | 1999 | | |
| |||
2004 | 2005 | | |
2005 | 2006 | | |
2006 | 2007 | | |
2007 | | - | |
| 2008 | + | |
2008 | 2009 | | |
2009 | 2010 | | |
2010 | 2011 | | |
| |||
2016 | 2017 | | |
2017 | 2018 | | |
2018 | 2019 | | |
2019 | | - | |
| 2020 | + | |
2020 | 2021 | | |
2021 | 2022 | | |
2022 | 2023 | | |
| |||
2028 | 2029 | | |
2029 | 2030 | | |
2030 | 2031 | | |
2031 | | - | |
| 2032 | + | |
2032 | 2033 | | |
2033 | 2034 | | |
2034 | 2035 | | |
| |||
3468 | 3469 | | |
3469 | 3470 | | |
3470 | 3471 | | |
3471 | | - | |
| 3472 | + | |
3472 | 3473 | | |
3473 | 3474 | | |
3474 | 3475 | | |
| |||
3533 | 3534 | | |
3534 | 3535 | | |
3535 | 3536 | | |
3536 | | - | |
| 3537 | + | |
3537 | 3538 | | |
3538 | 3539 | | |
3539 | 3540 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments