File tree 3 files changed +12
-4
lines changed
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.30 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30 ) (2024-12-09 )
3
+ ## [ v0.0.31 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.31 ) (2024-12-16 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.29 ...v0.0.30 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.30 ...v0.0.31 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - Start mdns after setting listeners [ \# 312] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/312 ) ([ njooma] ( https://github.com/njooma ) )
10
+ - v0.0.30 [ \# 311] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/311 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
+ - Automated Protos Update [ \# 310] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/310 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
12
+ - DATA-3398: Add GetLatestTabularData endpoint to Flutter SDK [ \# 309] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/309 ) ([ vpandiarajan20] ( https://github.com/vpandiarajan20 ) )
9
13
- \[ RSDK-9250\] - Add stream options handlers [ \# 308] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/308 ) ([ seanavery] ( https://github.com/seanavery ) )
10
14
- v0.0.29 [ \# 307] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/307 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
15
- Add default local name and remote path [ \# 306] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/306 ) ([ njooma] ( https://github.com/njooma ) )
32
36
- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
33
37
- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
34
38
39
+ ## [ v0.0.30] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.30 ) (2024-12-09)
40
+
41
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.29...v0.0.30 )
42
+
35
43
## [ v0.0.29] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.29 ) (2024-11-26)
36
44
37
45
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.28...v0.0.29 )
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.0.30 ' ;
119
+ const String sdkVersion = 'v0.0.31 ' ;
120
120
const String apiTag = 'v0.1.373' ;
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.0.30
3
+ version : 0.0.31
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