diff --git a/lib/src/screens/settings/settings_page.dart b/lib/src/screens/settings/settings_page.dart index 4e6857f..71e1989 100644 --- a/lib/src/screens/settings/settings_page.dart +++ b/lib/src/screens/settings/settings_page.dart @@ -40,14 +40,14 @@ class SettingsPage extends BasePage { ), ), OptionRow( - name: S.of(context).contacts, + name: "WalletConnect", onTap: (_) => - Navigator.of(context).pushNamed(Routes.addressBook), + Navigator.of(context).pushNamed(Routes.settingsWalletConnect), ), OptionRow( - name: "WalletConnect", + name: S.of(context).contacts, onTap: (_) => - Navigator.of(context).pushNamed(Routes.settingsWalletConnect), + Navigator.of(context).pushNamed(Routes.addressBook), ), OptionRow( name: S.of(context).nodes, diff --git a/pubspec.lock b/pubspec.lock index d6951ff..8764491 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -653,6 +653,14 @@ packages: url: "https://pub.dev" source: hosted version: "3.1.0+1" + jazzicon: + dependency: "direct main" + description: + name: jazzicon + sha256: c9aea664bef9164fc9a5bec4ad94c87e6bdb3556dcd9c97eb6ddca64b93ff009 + url: "https://pub.dev" + source: hosted + version: "1.1.0" js: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4412eef..5207643 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ publish_to: 'none' # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+6 +version: 1.0.1+8 environment: sdk: '>=3.2.0 <4.0.0'