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 1
1
# Changelog
2
2
3
- ## [ v0.0.20 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20 ) (2024-08-26 )
3
+ ## [ v0.0.21 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21 ) (2024-09-24 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19 ...v0.0.20 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20 ...v0.0.21 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - make RobotClientOptions properties \* not\* final [ \# 260] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/260 ) ([ clintpurser] ( https://github.com/clintpurser ) )
10
+ - fix documentation comment [ \# 259] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/259 ) ([ clintpurser] ( https://github.com/clintpurser ) )
11
+ - Workflow/update protos [ \# 258] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/258 ) ([ njooma] ( https://github.com/njooma ) )
12
+ - v0.0.20 [ \# 257] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/257 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
13
- Add shutdown function [ \# 256] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/256 ) ([ njooma] ( https://github.com/njooma ) )
10
14
- RSDK-8607 - fix timeout generation bug [ \# 255] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/255 ) ([ stuqdog] ( https://github.com/stuqdog ) )
11
15
- v0.0.19 [ \# 254] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/254 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
157
161
- RSDK-4580: Flutter SDK Base Properties [ \# 100] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/100 ) ([ martha-johnston] ( https://github.com/martha-johnston ) )
158
162
- Automated Protos Update [ \# 97] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/97 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
159
163
164
+ ## [ v0.0.20] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20 ) (2024-08-26)
165
+
166
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20 )
167
+
160
168
## [ v0.0.19] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19 ) (2024-08-12)
161
169
162
170
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18...v0.0.19 )
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.20 ' ;
96
+ const String sdkVersion = 'v0.0.21 ' ;
97
97
const String apiTag = 'v0.1.337' ;
98
98
return 'flutter;$sdkVersion ;$apiTag ' ;
99
99
}
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.20
3
+ version : 0.0.21
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