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.4 .0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.4 .0 ) (2025-03-25 )
3
+ ## [ v0.5 .0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.5 .0 ) (2025-03-31 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.3 .0...v0.4 .0 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.4 .0...v0.5 .0 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - Automated Protos Update [ \# 367] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/367 ) ([ viambot] ( https://github.com/viambot ) )
10
+ - DATA-3863 Update flutter SDK to use new binary data id type. [ \# 366] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/366 ) ([ vijayvuyyuru] ( https://github.com/vijayvuyyuru ) )
11
+ - v0.4.0 [ \# 365] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/365 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
12
- Automated Protos Update [ \# 364] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/364 ) ([ viambot] ( https://github.com/viambot ) )
13
+ - RSDK-10304: Button component [ \# 363] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/363 ) ([ lia-viam] ( https://github.com/lia-viam ) )
10
14
- Automated Protos Update [ \# 362] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/362 ) ([ viambot] ( https://github.com/viambot ) )
11
15
- Automated Protos Update [ \# 361] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/361 ) ([ viambot] ( https://github.com/viambot ) )
12
16
- \[ RSDK-10127\] Add get and update metadata functions [ \# 360] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/360 ) ([ JosephBorodach] ( https://github.com/JosephBorodach ) )
83
87
- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
84
88
- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
85
89
90
+ ## [ v0.4.0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.4.0 ) (2025-03-25)
91
+
92
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.3.0...v0.4.0 )
93
+
86
94
## [ v0.3.0] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.3.0 ) (2025-03-17)
87
95
88
96
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.2.2...v0.3.0 )
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.4 .0' ;
119
+ const String sdkVersion = 'v0.5 .0' ;
120
120
const String apiTag = 'v0.1.414' ;
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.4 .0
3
+ version : 0.5 .0
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