File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v0.0.25 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25 ) (2024-11-04 )
3
+ ## [ v0.0.26 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26 ) (2024-11-11 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.25 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.26 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - Automated Protos Update [ \# 292] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/292 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
10
+ - Automated Protos Update [ \# 291] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/291 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
+ - Automated Protos Update [ \# 290] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/290 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
12
+ - v0.0.25 [ \# 289] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/289 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
13
- Automated Protos Update [ \# 287] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/287 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
10
14
- RSDK-9180: Change TabularDataBySQL/MQL return type to raw BSON in Flutter SDK [ \# 286] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/286 ) ([ jckras] ( https://github.com/jckras ) )
11
15
- \[ RSDK-7568\] Add get properties to vision [ \# 285] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/285 ) ([ njooma] ( https://github.com/njooma ) )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
93
93
}
94
94
95
95
String getVersionMetadata () {
96
- const String sdkVersion = 'v0.0.25 ' ;
96
+ const String sdkVersion = 'v0.0.26 ' ;
97
97
const String apiTag = 'v0.1.360' ;
98
98
99
99
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.0.25
3
+ version : 0.0.26
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