Skip to content

Commit 978ef57

Browse files
Bump version to 0.12.0 (#454)
Co-authored-by: stuqdog <[email protected]> Co-authored-by: Ethan <[email protected]>
1 parent 818527e commit 978ef57

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Changelog
22

3-
## [v0.11.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.11.0) (2025-10-27)
3+
## [v0.12.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.12.0) (2025-11-17)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.1...v0.11.0)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.11.0...v0.12.0)
66

77
**Merged pull requests:**
88

9+
- Bump hotspot provisioning widget version to 0.0.24 [\#452](https://github.com/viamrobotics/viam-flutter-sdk/pull/452) ([jckras](https://github.com/jckras))
10+
- \[APP-9896\] fix example app for android in flutter sdk [\#451](https://github.com/viamrobotics/viam-flutter-sdk/pull/451) ([martha-johnston](https://github.com/martha-johnston))
11+
- Bump hotspot provisioning widget version [\#450](https://github.com/viamrobotics/viam-flutter-sdk/pull/450) ([jckras](https://github.com/jckras))
12+
- AI update based on proto changes [\#448](https://github.com/viamrobotics/viam-flutter-sdk/pull/448) ([viambot](https://github.com/viambot))
13+
- Automated Protos Update [\#447](https://github.com/viamrobotics/viam-flutter-sdk/pull/447) ([viambot](https://github.com/viambot))
14+
- \[APP-10023\] Update joint positions when pose changes and vice versa [\#445](https://github.com/viamrobotics/viam-flutter-sdk/pull/445) ([martha-johnston](https://github.com/martha-johnston))
15+
- Update flutter\_sdk example to include hotspot provisioning widget [\#444](https://github.com/viamrobotics/viam-flutter-sdk/pull/444) ([jckras](https://github.com/jckras))
16+
- RSDK-12361 - remove location secret code [\#443](https://github.com/viamrobotics/viam-flutter-sdk/pull/443) ([stuqdog](https://github.com/stuqdog))
17+
- \[APP-9877\] Implement button functionality \(pose\) [\#442](https://github.com/viamrobotics/viam-flutter-sdk/pull/442) ([martha-johnston](https://github.com/martha-johnston))
18+
- \[APP-9877\] Add pose sliders [\#440](https://github.com/viamrobotics/viam-flutter-sdk/pull/440) ([martha-johnston](https://github.com/martha-johnston))
19+
- \[APP-9878\] Add joint angles [\#439](https://github.com/viamrobotics/viam-flutter-sdk/pull/439) ([martha-johnston](https://github.com/martha-johnston))
20+
- v0.11.0 [\#438](https://github.com/viamrobotics/viam-flutter-sdk/pull/438) ([github-actions[bot]](https://github.com/apps/github-actions))
921
- RSDK-12421 - Remove remote\_path and local\_name [\#437](https://github.com/viamrobotics/viam-flutter-sdk/pull/437) ([cheukt](https://github.com/cheukt))
22+
- RSDK-12154 RSDK-12155 Audio component wrappers [\#436](https://github.com/viamrobotics/viam-flutter-sdk/pull/436) ([oliviamiller](https://github.com/oliviamiller))
1023
- \[APP-9875\] Add new buttons for linear movement [\#432](https://github.com/viamrobotics/viam-flutter-sdk/pull/432) ([martha-johnston](https://github.com/martha-johnston))
24+
- Automated Protos Update [\#431](https://github.com/viamrobotics/viam-flutter-sdk/pull/431) ([viambot](https://github.com/viambot))
1125
- v0.10.1 [\#430](https://github.com/viamrobotics/viam-flutter-sdk/pull/430) ([github-actions[bot]](https://github.com/apps/github-actions))
1226
- Handle eos marker for gRPC over WebRTC requests [\#428](https://github.com/viamrobotics/viam-flutter-sdk/pull/428) ([seanavery](https://github.com/seanavery))
1327
- Automated Protos Update [\#427](https://github.com/viamrobotics/viam-flutter-sdk/pull/427) ([viambot](https://github.com/viambot))
@@ -148,6 +162,10 @@
148162
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
149163
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
150164

165+
## [v0.11.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.11.0) (2025-10-27)
166+
167+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.1...v0.11.0)
168+
151169
## [v0.10.1](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10.1) (2025-10-07)
152170

153171
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.10.0...v0.10.1)

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
118118
}
119119

120120
String getVersionMetadata() {
121-
const String sdkVersion = 'v0.11.0';
121+
const String sdkVersion = 'v0.12.0';
122122
const String apiTag = 'v0.1.491';
123123

124124
return 'flutter;$sdkVersion;$apiTag';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: viam_sdk
22
description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3-
version: 0.11.0
3+
version: 0.12.0
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)