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 11# Changelog
22
3- ## [ v0.7 .0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.7 .0 ) (2025-07-14 )
3+ ## [ v0.8 .0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.8 .0 ) (2025-08-04 )
44
5- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.6 ...v0.7 .0 )
5+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.7.0 ...v0.8 .0 )
66
77** Merged pull requests:**
88
9+ - RSDK-11510 - stop truncating mdns uri [ \# 412] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/412 ) ([ stuqdog] ( https://github.com/stuqdog ) )
10+ - DATA-4317: Added DatasetIDs as Input to data\_ client [ \# 410] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/410 ) ([ etai-shuchatowitz] ( https://github.com/etai-shuchatowitz ) )
11+ - Automated Protos Update [ \# 408] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/408 ) ([ viambot] ( https://github.com/viambot ) )
12+ - Automated Protos Update [ \# 407] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/407 ) ([ viambot] ( https://github.com/viambot ) )
13+ - v0.7.0 [ \# 406] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/406 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
914- DATA-4295: SDK/CLI changes to support ExportTabularData and GetLatestTabularData [ \# 405] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/405 ) ([ Emerald-Z] ( https://github.com/Emerald-Z ) )
1015- v0.6.6 [ \# 404] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/404 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
1116- Automated Protos Update [ \# 403] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/403 ) ([ viambot] ( https://github.com/viambot ) )
124129- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
125130- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
126131
132+ ## [ v0.7.0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.7.0 ) (2025-07-14)
133+
134+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.6...v0.7.0 )
135+
127136## [ v0.6.6] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.6 ) (2025-07-07)
128137
129138[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.5...v0.6.6 )
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116116}
117117
118118String getVersionMetadata () {
119- const String sdkVersion = 'v0.7 .0' ;
119+ const String sdkVersion = 'v0.8 .0' ;
120120 const String apiTag = 'v0.1.457' ;
121121
122122 return 'flutter;$sdkVersion ;$apiTag ' ;
Original file line number Diff line number Diff line change 11name : viam_sdk
22description : Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3- version : 0.7 .0
3+ version : 0.8 .0
44homepage : https://github.com/viamrobotics/viam-flutter-sdk/
55
66environment :
You can’t perform that action at this time.
0 commit comments