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.6.4 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.4 ) (2025-05-23 )
3
+ ## [ v0.6.5 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.5 ) (2025-06-18 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.3 ...v0.6.4 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.4 ...v0.6.5 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - \[ RSDK-10907\] Flutter SDK - Switch widget hits assert on first build [ \# 398] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/398 ) ([ Joyceku1020] ( https://github.com/Joyceku1020 ) )
10
+ - Add getKinematics to gripper [ \# 397] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/397 ) ([ gabegottlob] ( https://github.com/gabegottlob ) )
11
+ - Add GetMachineStatus to RobotClient [ \# 395] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/395 ) ([ kevin49999] ( https://github.com/kevin49999 ) )
12
+ - v0.6.4 [ \# 394] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/394 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
13
- Add generic service to registry [ \# 393] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/393 ) ([ njooma] ( https://github.com/njooma ) )
10
14
- v0.6.3 [ \# 392] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/392 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
15
- Add base methods [ \# 391] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/391 ) ([ njooma] ( https://github.com/njooma ) )
112
116
- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
113
117
- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
114
118
119
+ ## [ v0.6.4] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.4 ) (2025-05-23)
120
+
121
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.3...v0.6.4 )
122
+
115
123
## [ v0.6.3] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.6.3 ) (2025-05-22)
116
124
117
125
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.6.2...v0.6.3 )
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.4 ' ;
119
+ const String sdkVersion = 'v0.6.5 ' ;
120
120
const String apiTag = 'v0.1.443' ;
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.4
3
+ version : 0.6.5
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