File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v0.0.26 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26 ) (2024-11-11 )
3+ ## [ v0.0.27 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.27 ) (2024-11-13 )
44
5- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25 ...v0.0.26 )
5+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.26 ...v0.0.27 )
66
77** Merged pull requests:**
88
9+ - Shortcircuit if sessions disabled [ \# 297] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/297 ) ([ njooma] ( https://github.com/njooma ) )
10+ - Automated Protos Update [ \# 295] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/295 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11+ - Convert sensor reading values to types [ \# 294] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/294 ) ([ njooma] ( https://github.com/njooma ) )
12+ - v0.0.26 [ \# 293] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/293 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
913- Automated Protos Update [ \# 292] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/292 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
1014- Automated Protos Update [ \# 291] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/291 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
1115- Automated Protos Update [ \# 290] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/290 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
1620- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
1721- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
1822
23+ ## [ v0.0.26] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26 ) (2024-11-11)
24+
25+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.26 )
26+
1927## [ v0.0.25] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25 ) (2024-11-04)
2028
2129[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.24...v0.0.25 )
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.0.26 ' ;
119+ const String sdkVersion = 'v0.0.27 ' ;
120120 const String apiTag = 'v0.1.361' ;
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.0.26
3+ version : 0.0.27
44homepage : https://github.com/viamrobotics/viam-flutter-sdk/
55
66environment :
You can’t perform that action at this time.
0 commit comments