File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v0.6.2 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.2 ) (2025-05-22)
3
+ ## [ v0.6.3 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.3 ) (2025-05-22)
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.1 ...v0.6.2 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.2 ...v0.6.3 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - Add base methods [ \# 391] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/391 ) ([ njooma] ( https://github.com/njooma ) )
10
+ - v0.6.2 [ \# 390] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/390 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
11
- RSDK-10772 Add generic service client [ \# 389] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/389 ) ([ njooma] ( https://github.com/njooma ) )
10
12
- v0.6.1 [ \# 387] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/387 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
13
- Automated Protos Update [ \# 386] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/386 ) ([ viambot] ( https://github.com/viambot ) )
108
110
- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
109
111
- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
110
112
113
+ ## [ v0.6.2] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.2 ) (2025-05-22)
114
+
115
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.1...v0.6.2 )
116
+
111
117
## [ v0.6.1] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.1 ) (2025-05-15)
112
118
113
119
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.0...v0.6.1 )
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.6.2 ' ;
119
+ const String sdkVersion = 'v0.6.3 ' ;
120
120
const String apiTag = 'v0.1.437' ;
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.6.2
3
+ version : 0.6.3
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