File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.4.1] - 20220209
2+ - bump polkawallet_sdk v0.4.1.
3+ - ui v3 update.
4+
15## [ 0.4.0] - 20220104
26- update homa module.
37- ui v3 update.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import 'package:polkawallet_sdk/storage/keyring.dart';
2525Map <String , WidgetBuilder > getNewUiRoutes (
2626 PluginKarura plugin, Keyring keyring) {
2727 /// use new pages in testnet for now.
28- final isTest = true ;
28+ final isTest = false ;
2929 return isTest
3030 ? {
3131 //homa
Original file line number Diff line number Diff line change @@ -778,14 +778,14 @@ packages:
778778 path: "../sdk"
779779 relative: true
780780 source: path
781- version: "0.4.0 "
781+ version: "0.4.1 "
782782 polkawallet_ui:
783783 dependency: "direct main"
784784 description:
785785 path: "../ui"
786786 relative: true
787787 source: path
788- version: "0.4.0 "
788+ version: "0.4.1 "
789789 pool:
790790 dependency: transitive
791791 description:
Original file line number Diff line number Diff line change 11name : polkawallet_plugin_karura
22description : Karura network plugin for Polkawallet.
3- version : 0.4.0
3+ version : 0.4.1
44homepage :
55
66environment :
@@ -21,8 +21,8 @@ dependencies:
2121 device_info : ^2.0.1
2222 graphql_flutter : ^5.0.0-nullsafety.5
2323 liquid_progress_indicator : ^0.4.0
24- polkawallet_sdk : ^0.3.7
25- polkawallet_ui : ^0.3.6
24+ polkawallet_sdk : ^0.4.1
25+ polkawallet_ui : ^0.4.1
2626 flutter_screenutil : ^5.0.0+2
2727 skeleton_loader : ^2.0.0+4
2828 rive : ^0.7.33
You can’t perform that action at this time.
0 commit comments