Skip to content

Commit ea4d690

Browse files
authored
Merge pull request #33 from optimist-dev/update-libs
Update libs
2 parents 5fab38c + 0929474 commit ea4d690

File tree

5 files changed

+72
-112
lines changed

5 files changed

+72
-112
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.6+1
2+
3+
- Update dependencies
4+
15
## 1.2.6
26

37
- Country and city for VKWebAppGetUserInfoResult are marked as optional

example/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

lib/src/bridge/vk_bridge_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class VKBridge implements vk_bridge.VKBridge {
135135

136136
_logger.d('vk_bridge: _sendInternal($method)');
137137

138-
bool rethrowed = false;
138+
var rethrowed = false;
139139

140140
try {
141141
String propsJson;

0 commit comments

Comments
 (0)