File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v0.9 .0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.9 .0 ) (2025-08-11 )
3
+ ## [ v0.10 .0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.10 .0 ) (2025-09-08 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.8 .0...v0.9 .0 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.9 .0...v0.10 .0 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - Update vision.dart [ \# 423] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/423 ) ([ npentrel] ( https://github.com/npentrel ) )
10
+ - RSDK-11707 — Update Flutter SDK with new GetImages signature [ \# 422] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/422 ) ([ hexbabe] ( https://github.com/hexbabe ) )
11
+ - use viam repo [ \# 420] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/420 ) ([ stuqdog] ( https://github.com/stuqdog ) )
12
+ - Automated Protos Update [ \# 418] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/418 ) ([ viambot] ( https://github.com/viambot ) )
13
+ - v0.9.0 [ \# 417] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/417 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
14
- fix branch name in ai-updater workflow [ \# 416] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/416 ) ([ gabegottlob] ( https://github.com/gabegottlob ) )
10
15
- Automated Protos Update [ \# 415] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/415 ) ([ viambot] ( https://github.com/viambot ) )
11
16
- v0.8.0 [ \# 414] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/414 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
135
140
- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
136
141
- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
137
142
143
+ ## [ v0.9.0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.9.0 ) (2025-08-11)
144
+
145
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.8.0...v0.9.0 )
146
+
138
147
## [ v0.8.0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.8.0 ) (2025-08-04)
139
148
140
149
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.7.0...v0.8.0 )
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116
116
}
117
117
118
118
String getVersionMetadata () {
119
- const String sdkVersion = 'v0.9 .0' ;
119
+ const String sdkVersion = 'v0.10 .0' ;
120
120
const String apiTag = 'v0.1.475' ;
121
121
122
122
return 'flutter;$sdkVersion ;$apiTag ' ;
Original file line number Diff line number Diff line change 1
1
name : viam_sdk
2
2
description : Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3
- version : 0.9 .0
3
+ version : 0.10 .0
4
4
homepage : https://github.com/viamrobotics/viam-flutter-sdk/
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments