diff --git a/ios/Flutter/.last_build_id b/ios/Flutter/.last_build_id index 57796bef..dcc05942 100644 --- a/ios/Flutter/.last_build_id +++ b/ios/Flutter/.last_build_id @@ -1 +1 @@ -c037ac044b13ecbf47a895de46b54202 \ No newline at end of file +21550ad233f9eb1230b6dc6301eb3cf0 \ No newline at end of file diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 69414efd..3fc570b3 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -396,7 +396,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 0.9.2; + MARKETING_VERSION = 0.9.3; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = Runner; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -531,7 +531,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 0.9.2; + MARKETING_VERSION = 0.9.3; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = Runner; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -561,7 +561,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 0.9.2; + MARKETING_VERSION = 0.9.3; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = Runner; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/lib/common/consts/settings.dart b/lib/common/consts/settings.dart index 4a062586..c44613fd 100644 --- a/lib/common/consts/settings.dart +++ b/lib/common/consts/settings.dart @@ -129,7 +129,7 @@ const String cross_chain_transfer_address_laminar = '5CLaminarAUSDCrossChainTransferxxxxxxxxxxxxxwisu'; /// app versions -const String app_beta_version = '0.9.2-beta.1'; +const String app_beta_version = '0.9.3-beta.1'; /// js code versions const Map js_code_version_map = { diff --git a/lib/page/asExtension/dAppWrapperPage.dart b/lib/page/asExtension/dAppWrapperPage.dart index cb084292..cf95e5fa 100644 --- a/lib/page/asExtension/dAppWrapperPage.dart +++ b/lib/page/asExtension/dAppWrapperPage.dart @@ -26,7 +26,6 @@ class _DAppWrapperPageState extends State { bool _loading = true; Future _msgHandler(Map msg) async { - print('api called: $msg'); switch (msg['msgType']) { case 'pub(accounts.list)': final List ls = widget.store.account.accountList.toList(); @@ -94,13 +93,10 @@ class _DAppWrapperPageState extends State { }, ), ].toSet(), - onPageStarted: (String url) { - print('Page started loading: $url'); - print('Inject extension js code...'); - _controller.evaluateJavascript(webApi.asExtensionJSCode); - }, onPageFinished: (String url) { print('Page finished loading: $url'); + print('Inject extension js code...'); + _controller.evaluateJavascript(webApi.asExtensionJSCode); setState(() { _loading = false; }); diff --git a/pubspec.yaml b/pubspec.yaml index a3f2eaf9..324f9bee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: PolkaWallet made with Flutter. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.9.2+921 +version: 0.9.3+931 environment: sdk: ">=2.1.0 <3.0.0"