Commit cf53724
fix: align Flutter sub-package runanywhere dep constraint with release version
CodeRabbit P-Major flagged (correct): the runanywhere_genie / llamacpp /
onnx Flutter sub-packages were bumped to 0.19.12 but still declared
`runanywhere: ^0.16.0` as their core dependency. pub would resolve the
core as 0.16.0 from pub.dev — missing every API added since — making
the newly-released backend packages unusable for consumers.
Fix:
- Update the three sub-packages' runanywhere caret constraint to
^0.19.0 (MAJOR.MINOR floor of the current release).
- Teach sync-versions.sh to keep this constraint aligned with the
release version automatically on future bumps, so this can't
drift again.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cb681dd commit cf53724
4 files changed
Lines changed: 25 additions & 3 deletions
File tree
- scripts
- sdk/runanywhere-flutter/packages
- runanywhere_genie
- runanywhere_llamacpp
- runanywhere_onnx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
76 | 89 | | |
77 | 90 | | |
78 | 91 | | |
| |||
141 | 154 | | |
142 | 155 | | |
143 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
144 | 166 | | |
145 | 167 | | |
146 | 168 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments