File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v0.0.18 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18 ) (2024-07-30 )
3
+ ## [ v0.0.19 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19 ) (2024-08-12 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.17 ...v0.0.18 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18 ...v0.0.19 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - fix sed2 [ \# 253] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/253 ) ([ stuqdog] ( https://github.com/stuqdog ) )
10
+ - fix sed [ \# 252] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/252 ) ([ stuqdog] ( https://github.com/stuqdog ) )
11
+ - RSDK-8304 - send version metadata [ \# 251] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/251 ) ([ stuqdog] ( https://github.com/stuqdog ) )
12
+ - Automated Protos Update [ \# 250] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/250 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
13
+ - v0.0.18 [ \# 249] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/249 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
14
- Automated Protos Update [ \# 248] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/248 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
10
15
- Automated Protos Update [ \# 247] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/247 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
16
- Automated Protos Update [ \# 246] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/246 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
149
154
- RSDK-4580: Flutter SDK Base Properties [ \# 100] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/100 ) ([ martha-johnston] ( https://github.com/martha-johnston ) )
150
155
- Automated Protos Update [ \# 97] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/97 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
151
156
157
+ ## [ v0.0.18] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18 ) (2024-07-30)
158
+
159
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.17...v0.0.18 )
160
+
152
161
## [ v0.0.17] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.17 ) (2024-07-01)
153
162
154
163
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.16...v0.0.17 )
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ extension MapStructUtils on Map<String, dynamic> {
84
84
}
85
85
86
86
String getVersionMetadata () {
87
- const String sdkVersion = 'v0.0.18 ' ;
87
+ const String sdkVersion = 'v0.0.19 ' ;
88
88
const String apiTag = 'v0.1.328' ;
89
89
return 'flutter;$sdkVersion ;$apiTag ' ;
90
90
}
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.18
3
+ version : 0.0.19
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