mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-06 12:27:41 +00:00
1145 lines
46 KiB
Dart
1145 lines
46 KiB
Dart
/*
|
|
* This file is part of Stack Wallet.
|
|
*
|
|
* Copyright (c) 2023 Cypher Stack
|
|
* All Rights Reserved.
|
|
* The code is distributed under GPLv3 license, see LICENSE file for details.
|
|
* Generated by Cypher Stack on 2023-05-26
|
|
*
|
|
*/
|
|
|
|
import 'dart:async';
|
|
import 'dart:io';
|
|
|
|
import 'package:event_bus/event_bus.dart';
|
|
import 'package:flutter/material.dart';
|
|
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|
import 'package:flutter_svg/svg.dart';
|
|
import 'package:isar/isar.dart';
|
|
import 'package:stackwallet/models/isar/exchange_cache/currency.dart';
|
|
import 'package:stackwallet/notifications/show_flush_bar.dart';
|
|
import 'package:stackwallet/pages/buy_view/buy_in_wallet_view.dart';
|
|
import 'package:stackwallet/pages/cashfusion/cashfusion_view.dart';
|
|
import 'package:stackwallet/pages/coin_control/coin_control_view.dart';
|
|
import 'package:stackwallet/pages/exchange_view/wallet_initiated_exchange_view.dart';
|
|
import 'package:stackwallet/pages/home_view/home_view.dart';
|
|
import 'package:stackwallet/pages/monkey/monkey_view.dart';
|
|
import 'package:stackwallet/pages/notification_views/notifications_view.dart';
|
|
import 'package:stackwallet/pages/ordinals/ordinals_view.dart';
|
|
import 'package:stackwallet/pages/paynym/paynym_claim_view.dart';
|
|
import 'package:stackwallet/pages/paynym/paynym_home_view.dart';
|
|
import 'package:stackwallet/pages/receive_view/receive_view.dart';
|
|
import 'package:stackwallet/pages/send_view/send_view.dart';
|
|
import 'package:stackwallet/pages/settings_views/wallet_settings_view/wallet_network_settings_view/wallet_network_settings_view.dart';
|
|
import 'package:stackwallet/pages/settings_views/wallet_settings_view/wallet_settings_view.dart';
|
|
import 'package:stackwallet/pages/special/firo_rescan_recovery_error_dialog.dart';
|
|
import 'package:stackwallet/pages/token_view/my_tokens_view.dart';
|
|
import 'package:stackwallet/pages/wallet_view/sub_widgets/transactions_list.dart';
|
|
import 'package:stackwallet/pages/wallet_view/sub_widgets/wallet_summary.dart';
|
|
import 'package:stackwallet/pages/wallet_view/transaction_views/all_transactions_view.dart';
|
|
import 'package:stackwallet/pages/wallet_view/transaction_views/tx_v2/all_transactions_v2_view.dart';
|
|
import 'package:stackwallet/pages/wallet_view/transaction_views/tx_v2/transaction_v2_list.dart';
|
|
import 'package:stackwallet/providers/global/active_wallet_provider.dart';
|
|
import 'package:stackwallet/providers/global/auto_swb_service_provider.dart';
|
|
import 'package:stackwallet/providers/global/paynym_api_provider.dart';
|
|
import 'package:stackwallet/providers/providers.dart';
|
|
import 'package:stackwallet/providers/ui/transaction_filter_provider.dart';
|
|
import 'package:stackwallet/providers/ui/unread_notifications_provider.dart';
|
|
import 'package:stackwallet/providers/wallet/my_paynym_account_state_provider.dart';
|
|
import 'package:stackwallet/providers/wallet/public_private_balance_state_provider.dart';
|
|
import 'package:stackwallet/providers/wallet/wallet_balance_toggle_state_provider.dart';
|
|
import 'package:stackwallet/services/coins/firo/firo_wallet.dart';
|
|
import 'package:stackwallet/services/event_bus/events/global/node_connection_status_changed_event.dart';
|
|
import 'package:stackwallet/services/event_bus/events/global/wallet_sync_status_changed_event.dart';
|
|
import 'package:stackwallet/services/event_bus/global_event_bus.dart';
|
|
import 'package:stackwallet/services/exchange/exchange_data_loading_service.dart';
|
|
import 'package:stackwallet/services/mixins/coin_control_interface.dart';
|
|
import 'package:stackwallet/services/mixins/ordinals_interface.dart';
|
|
import 'package:stackwallet/themes/coin_icon_provider.dart';
|
|
import 'package:stackwallet/themes/stack_colors.dart';
|
|
import 'package:stackwallet/themes/theme_providers.dart';
|
|
import 'package:stackwallet/utilities/amount/amount.dart';
|
|
import 'package:stackwallet/utilities/assets.dart';
|
|
import 'package:stackwallet/utilities/clipboard_interface.dart';
|
|
import 'package:stackwallet/utilities/constants.dart';
|
|
import 'package:stackwallet/utilities/enums/backup_frequency_type.dart';
|
|
import 'package:stackwallet/utilities/enums/coin_enum.dart';
|
|
import 'package:stackwallet/utilities/enums/wallet_balance_toggle_state.dart';
|
|
import 'package:stackwallet/utilities/logger.dart';
|
|
import 'package:stackwallet/utilities/show_loading.dart';
|
|
import 'package:stackwallet/utilities/text_styles.dart';
|
|
import 'package:stackwallet/wallets/isar/providers/wallet_info_provider.dart';
|
|
import 'package:stackwallet/wallets/wallet/mixins/cash_fusion.dart';
|
|
import 'package:stackwallet/wallets/wallet/mixins/paynym_interface.dart';
|
|
import 'package:stackwallet/widgets/background.dart';
|
|
import 'package:stackwallet/widgets/conditional_parent.dart';
|
|
import 'package:stackwallet/widgets/custom_buttons/app_bar_icon_button.dart';
|
|
import 'package:stackwallet/widgets/custom_buttons/blue_text_button.dart';
|
|
import 'package:stackwallet/widgets/custom_loading_overlay.dart';
|
|
import 'package:stackwallet/widgets/desktop/secondary_button.dart';
|
|
import 'package:stackwallet/widgets/loading_indicator.dart';
|
|
import 'package:stackwallet/widgets/small_tor_icon.dart';
|
|
import 'package:stackwallet/widgets/stack_dialog.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/buy_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/coin_control_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/exchange_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/fusion_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/ordinals_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/paynym_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/receive_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/icons/send_nav_icon.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/components/wallet_navigation_bar_item.dart';
|
|
import 'package:stackwallet/widgets/wallet_navigation_bar/wallet_navigation_bar.dart';
|
|
import 'package:tuple/tuple.dart';
|
|
|
|
/// [eventBus] should only be set during testing
|
|
class WalletView extends ConsumerStatefulWidget {
|
|
const WalletView({
|
|
Key? key,
|
|
required this.walletId,
|
|
this.eventBus,
|
|
this.clipboardInterface = const ClipboardWrapper(),
|
|
}) : super(key: key);
|
|
|
|
static const String routeName = "/wallet";
|
|
static const double navBarHeight = 65.0;
|
|
|
|
final String walletId;
|
|
final EventBus? eventBus;
|
|
|
|
final ClipboardInterface clipboardInterface;
|
|
|
|
@override
|
|
ConsumerState<WalletView> createState() => _WalletViewState();
|
|
}
|
|
|
|
class _WalletViewState extends ConsumerState<WalletView> {
|
|
late final EventBus eventBus;
|
|
late final String walletId;
|
|
late final Coin coin;
|
|
|
|
late final bool _shouldDisableAutoSyncOnLogOut;
|
|
|
|
late WalletSyncStatus _currentSyncStatus;
|
|
late NodeConnectionStatus _currentNodeStatus;
|
|
|
|
late StreamSubscription<dynamic> _syncStatusSubscription;
|
|
late StreamSubscription<dynamic> _nodeStatusSubscription;
|
|
|
|
bool _rescanningOnOpen = false;
|
|
bool _lelantusRescanRecovery = false;
|
|
|
|
Future<void> _firoRescanRecovery() async {
|
|
final success = await (ref.read(pWallets).getWallet(walletId) as FiroWallet)
|
|
.firoRescanRecovery();
|
|
|
|
if (success) {
|
|
// go into wallet
|
|
WidgetsBinding.instance.addPostFrameCallback(
|
|
(_) => setState(() {
|
|
_rescanningOnOpen = false;
|
|
_lelantusRescanRecovery = false;
|
|
}),
|
|
);
|
|
} else {
|
|
// show error message dialog w/ options
|
|
if (mounted) {
|
|
final shouldRetry = await Navigator.of(context).pushNamed(
|
|
FiroRescanRecoveryErrorView.routeName,
|
|
arguments: walletId,
|
|
);
|
|
|
|
if (shouldRetry is bool && shouldRetry) {
|
|
await _firoRescanRecovery();
|
|
}
|
|
} else {
|
|
return await _firoRescanRecovery();
|
|
}
|
|
}
|
|
}
|
|
|
|
@override
|
|
void initState() {
|
|
walletId = widget.walletId;
|
|
final wallet = ref.read(pWallets).getWallet(walletId);
|
|
coin = wallet.info.coin;
|
|
|
|
ref.read(currentWalletIdProvider.notifier).state = wallet.walletId;
|
|
|
|
if (!wallet.shouldAutoSync) {
|
|
// enable auto sync if it wasn't enabled when loading wallet
|
|
wallet.shouldAutoSync = true;
|
|
_shouldDisableAutoSyncOnLogOut = true;
|
|
} else {
|
|
_shouldDisableAutoSyncOnLogOut = false;
|
|
}
|
|
|
|
if (coin == Coin.firo &&
|
|
(wallet as FiroWallet).lelantusCoinIsarRescanRequired) {
|
|
_rescanningOnOpen = true;
|
|
_lelantusRescanRecovery = true;
|
|
_firoRescanRecovery();
|
|
// } else if (ref.read(managerProvider).rescanOnOpenVersion ==
|
|
// TODO: [prio=high]
|
|
// Constants.rescanV1) {
|
|
// _rescanningOnOpen = true;
|
|
// ref.read(managerProvider).fullRescan(20, 1000).then(
|
|
// (_) => ref.read(managerProvider).resetRescanOnOpen().then(
|
|
// (_) => WidgetsBinding.instance.addPostFrameCallback(
|
|
// (_) => setState(() => _rescanningOnOpen = false),
|
|
// ),
|
|
// ),
|
|
// );
|
|
} else {
|
|
wallet.refresh();
|
|
}
|
|
|
|
if (wallet.refreshMutex.isLocked) {
|
|
_currentSyncStatus = WalletSyncStatus.syncing;
|
|
_currentNodeStatus = NodeConnectionStatus.connected;
|
|
} else {
|
|
_currentSyncStatus = WalletSyncStatus.synced;
|
|
if (wallet.isConnected) {
|
|
_currentNodeStatus = NodeConnectionStatus.connected;
|
|
} else {
|
|
_currentNodeStatus = NodeConnectionStatus.disconnected;
|
|
_currentSyncStatus = WalletSyncStatus.unableToSync;
|
|
}
|
|
}
|
|
|
|
eventBus =
|
|
widget.eventBus != null ? widget.eventBus! : GlobalEventBus.instance;
|
|
|
|
_syncStatusSubscription =
|
|
eventBus.on<WalletSyncStatusChangedEvent>().listen(
|
|
(event) async {
|
|
if (event.walletId == widget.walletId) {
|
|
// switch (event.newStatus) {
|
|
// case WalletSyncStatus.unableToSync:
|
|
// break;
|
|
// case WalletSyncStatus.synced:
|
|
// break;
|
|
// case WalletSyncStatus.syncing:
|
|
// break;
|
|
// }
|
|
setState(() {
|
|
_currentSyncStatus = event.newStatus;
|
|
});
|
|
}
|
|
},
|
|
);
|
|
|
|
_nodeStatusSubscription =
|
|
eventBus.on<NodeConnectionStatusChangedEvent>().listen(
|
|
(event) async {
|
|
if (event.walletId == widget.walletId) {
|
|
// switch (event.newStatus) {
|
|
// case NodeConnectionStatus.disconnected:
|
|
// break;
|
|
// case NodeConnectionStatus.connected:
|
|
// break;
|
|
// }
|
|
setState(() {
|
|
_currentNodeStatus = event.newStatus;
|
|
});
|
|
}
|
|
},
|
|
);
|
|
|
|
super.initState();
|
|
}
|
|
|
|
@override
|
|
void dispose() {
|
|
_nodeStatusSubscription.cancel();
|
|
_syncStatusSubscription.cancel();
|
|
super.dispose();
|
|
}
|
|
|
|
DateTime? _cachedTime;
|
|
|
|
Future<bool> _onWillPop() async {
|
|
if (_rescanningOnOpen || _lelantusRescanRecovery) {
|
|
return false;
|
|
}
|
|
|
|
final now = DateTime.now();
|
|
const timeout = Duration(milliseconds: 1500);
|
|
if (_cachedTime == null || now.difference(_cachedTime!) > timeout) {
|
|
_cachedTime = now;
|
|
unawaited(showDialog<dynamic>(
|
|
context: context,
|
|
barrierDismissible: false,
|
|
builder: (_) => WillPopScope(
|
|
onWillPop: () async {
|
|
Navigator.of(context).popUntil(
|
|
ModalRoute.withName(HomeView.routeName),
|
|
);
|
|
_logout();
|
|
return false;
|
|
},
|
|
child: const StackDialog(title: "Tap back again to exit wallet"),
|
|
),
|
|
).timeout(
|
|
timeout,
|
|
onTimeout: () => Navigator.of(context).popUntil(
|
|
ModalRoute.withName(WalletView.routeName),
|
|
),
|
|
));
|
|
}
|
|
return false;
|
|
}
|
|
|
|
void _logout() async {
|
|
if (_shouldDisableAutoSyncOnLogOut) {
|
|
// disable auto sync if it was enabled only when loading wallet
|
|
ref.read(pWallets).getWallet(walletId).shouldAutoSync = false;
|
|
}
|
|
|
|
ref.read(currentWalletIdProvider.notifier).state = null;
|
|
ref.read(transactionFilterProvider.state).state = null;
|
|
if (ref.read(prefsChangeNotifierProvider).isAutoBackupEnabled &&
|
|
ref.read(prefsChangeNotifierProvider).backupFrequencyType ==
|
|
BackupFrequencyType.afterClosingAWallet) {
|
|
unawaited(ref.read(autoSWBServiceProvider).doBackup());
|
|
}
|
|
}
|
|
|
|
Widget _buildNetworkIcon(WalletSyncStatus status) {
|
|
switch (status) {
|
|
case WalletSyncStatus.unableToSync:
|
|
return SvgPicture.asset(
|
|
Assets.svg.radioProblem,
|
|
color: Theme.of(context).extension<StackColors>()!.accentColorRed,
|
|
width: 20,
|
|
height: 20,
|
|
);
|
|
case WalletSyncStatus.synced:
|
|
return SvgPicture.asset(
|
|
Assets.svg.radio,
|
|
color: Theme.of(context).extension<StackColors>()!.accentColorGreen,
|
|
width: 20,
|
|
height: 20,
|
|
);
|
|
case WalletSyncStatus.syncing:
|
|
return SvgPicture.asset(
|
|
Assets.svg.radioSyncing,
|
|
color: Theme.of(context).extension<StackColors>()!.accentColorYellow,
|
|
width: 20,
|
|
height: 20,
|
|
);
|
|
}
|
|
}
|
|
|
|
void _onExchangePressed(BuildContext context) async {
|
|
final Coin coin = ref.read(pWalletCoin(walletId));
|
|
|
|
if (coin.isTestNet) {
|
|
await showDialog<void>(
|
|
context: context,
|
|
builder: (_) => const StackOkDialog(
|
|
title: "Exchange not available for test net coins",
|
|
),
|
|
);
|
|
} else {
|
|
Future<Currency?> _future;
|
|
try {
|
|
_future = ExchangeDataLoadingService.instance.isar.currencies
|
|
.where()
|
|
.tickerEqualToAnyExchangeNameName(coin.ticker)
|
|
.findFirst();
|
|
} catch (_) {
|
|
_future = ExchangeDataLoadingService.instance.loadAll().then((_) =>
|
|
ExchangeDataLoadingService.instance.isar.currencies
|
|
.where()
|
|
.tickerEqualToAnyExchangeNameName(coin.ticker)
|
|
.findFirst());
|
|
}
|
|
|
|
final currency = await showLoading(
|
|
whileFuture: _future,
|
|
context: context,
|
|
message: "Loading...",
|
|
);
|
|
|
|
if (mounted) {
|
|
unawaited(
|
|
Navigator.of(context).pushNamed(
|
|
WalletInitiatedExchangeView.routeName,
|
|
arguments: Tuple2(
|
|
walletId,
|
|
currency == null ? Coin.bitcoin : coin,
|
|
),
|
|
),
|
|
);
|
|
}
|
|
}
|
|
}
|
|
|
|
void _onBuyPressed(BuildContext context) async {
|
|
final Coin coin = ref.read(pWalletCoin(walletId));
|
|
|
|
if (coin.isTestNet) {
|
|
await showDialog<void>(
|
|
context: context,
|
|
builder: (_) => const StackOkDialog(
|
|
title: "Buy not available for test net coins",
|
|
),
|
|
);
|
|
} else {
|
|
if (mounted) {
|
|
unawaited(
|
|
Navigator.of(context).pushNamed(
|
|
BuyInWalletView.routeName,
|
|
arguments: coin.hasBuySupport ? coin : Coin.bitcoin,
|
|
),
|
|
);
|
|
}
|
|
}
|
|
}
|
|
|
|
Future<void> attemptAnonymize() async {
|
|
bool shouldPop = false;
|
|
unawaited(
|
|
showDialog(
|
|
context: context,
|
|
builder: (context) => WillPopScope(
|
|
child: const CustomLoadingOverlay(
|
|
message: "Anonymizing balance",
|
|
eventBus: null,
|
|
),
|
|
onWillPop: () async => shouldPop,
|
|
),
|
|
),
|
|
);
|
|
final firoWallet = ref.read(pWallets).getWallet(walletId) as FiroWallet;
|
|
|
|
final Amount publicBalance = firoWallet.availablePublicBalance();
|
|
if (publicBalance <= Amount.zero) {
|
|
shouldPop = true;
|
|
if (mounted) {
|
|
Navigator.of(context).popUntil(
|
|
ModalRoute.withName(WalletView.routeName),
|
|
);
|
|
unawaited(
|
|
showFloatingFlushBar(
|
|
type: FlushBarType.info,
|
|
message: "No funds available to anonymize!",
|
|
context: context,
|
|
),
|
|
);
|
|
}
|
|
return;
|
|
}
|
|
|
|
try {
|
|
await firoWallet.anonymizeAllPublicFunds();
|
|
shouldPop = true;
|
|
if (mounted) {
|
|
Navigator.of(context).popUntil(
|
|
ModalRoute.withName(WalletView.routeName),
|
|
);
|
|
unawaited(
|
|
showFloatingFlushBar(
|
|
type: FlushBarType.success,
|
|
message: "Anonymize transaction submitted",
|
|
context: context,
|
|
),
|
|
);
|
|
}
|
|
} catch (e) {
|
|
shouldPop = true;
|
|
if (mounted) {
|
|
Navigator.of(context).popUntil(
|
|
ModalRoute.withName(WalletView.routeName),
|
|
);
|
|
await showDialog<dynamic>(
|
|
context: context,
|
|
builder: (_) => StackOkDialog(
|
|
title: "Anonymize all failed",
|
|
message: "Reason: $e",
|
|
),
|
|
);
|
|
}
|
|
}
|
|
}
|
|
|
|
@override
|
|
Widget build(BuildContext context) {
|
|
debugPrint("BUILD: $runtimeType");
|
|
|
|
final coin = ref.watch(pWalletCoin(walletId));
|
|
|
|
return ConditionalParent(
|
|
condition: _rescanningOnOpen,
|
|
builder: (child) {
|
|
return WillPopScope(
|
|
onWillPop: () async => !_rescanningOnOpen,
|
|
child: Stack(
|
|
children: [
|
|
child,
|
|
Background(
|
|
child: CustomLoadingOverlay(
|
|
message:
|
|
"Migration in progress\nThis could take a while\nPlease don't leave this screen",
|
|
subMessage: "This only needs to run once per wallet",
|
|
eventBus: null,
|
|
textColor:
|
|
Theme.of(context).extension<StackColors>()!.textDark,
|
|
actionButton: _lelantusRescanRecovery
|
|
? null
|
|
: SecondaryButton(
|
|
label: "Cancel",
|
|
onPressed: () async {
|
|
await showDialog<void>(
|
|
context: context,
|
|
builder: (context) => StackDialog(
|
|
title: "Warning!",
|
|
message: "Skipping this process can completely"
|
|
" break your wallet. It is only meant to be done in"
|
|
" emergency situations where the migration fails"
|
|
" and will not let you continue. Still skip?",
|
|
leftButton: SecondaryButton(
|
|
label: "Cancel",
|
|
onPressed:
|
|
Navigator.of(context, rootNavigator: true)
|
|
.pop,
|
|
),
|
|
rightButton: SecondaryButton(
|
|
label: "Ok",
|
|
onPressed: () {
|
|
Navigator.of(context, rootNavigator: true)
|
|
.pop();
|
|
setState(() => _rescanningOnOpen = false);
|
|
},
|
|
),
|
|
),
|
|
);
|
|
},
|
|
),
|
|
),
|
|
)
|
|
],
|
|
),
|
|
);
|
|
},
|
|
child: WillPopScope(
|
|
onWillPop: _onWillPop,
|
|
child: Background(
|
|
child: Stack(
|
|
children: [
|
|
Scaffold(
|
|
backgroundColor:
|
|
Theme.of(context).extension<StackColors>()!.background,
|
|
appBar: AppBar(
|
|
leading: AppBarBackButton(
|
|
onPressed: () {
|
|
_logout();
|
|
Navigator.of(context).pop();
|
|
},
|
|
),
|
|
titleSpacing: 0,
|
|
title: Row(
|
|
children: [
|
|
SvgPicture.file(
|
|
File(
|
|
ref.watch(coinIconProvider(coin)),
|
|
),
|
|
width: 24,
|
|
height: 24,
|
|
),
|
|
const SizedBox(
|
|
width: 16,
|
|
),
|
|
Expanded(
|
|
child: Text(
|
|
ref.watch(pWalletName(walletId)),
|
|
style: STextStyles.navBarTitle(context),
|
|
overflow: TextOverflow.ellipsis,
|
|
),
|
|
)
|
|
],
|
|
),
|
|
actions: [
|
|
const Padding(
|
|
padding: EdgeInsets.only(
|
|
top: 10,
|
|
bottom: 10,
|
|
right: 10,
|
|
),
|
|
child: AspectRatio(
|
|
aspectRatio: 1,
|
|
child: SmallTorIcon(),
|
|
),
|
|
),
|
|
Padding(
|
|
padding: const EdgeInsets.only(
|
|
top: 10,
|
|
bottom: 10,
|
|
right: 10,
|
|
),
|
|
child: AspectRatio(
|
|
aspectRatio: 1,
|
|
child: AppBarIconButton(
|
|
semanticsLabel:
|
|
"Network Button. Takes To Network Status Page.",
|
|
key: const Key("walletViewRadioButton"),
|
|
size: 36,
|
|
shadows: const [],
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.background,
|
|
icon: _buildNetworkIcon(_currentSyncStatus),
|
|
onPressed: () {
|
|
Navigator.of(context).pushNamed(
|
|
WalletNetworkSettingsView.routeName,
|
|
arguments: Tuple3(
|
|
walletId,
|
|
_currentSyncStatus,
|
|
_currentNodeStatus,
|
|
),
|
|
);
|
|
},
|
|
),
|
|
),
|
|
),
|
|
Padding(
|
|
padding: const EdgeInsets.only(
|
|
top: 10,
|
|
bottom: 10,
|
|
right: 10,
|
|
),
|
|
child: AspectRatio(
|
|
aspectRatio: 1,
|
|
child: AppBarIconButton(
|
|
semanticsLabel:
|
|
"Notifications Button. Takes To Notifications Page.",
|
|
key: const Key("walletViewAlertsButton"),
|
|
size: 36,
|
|
shadows: const [],
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.background,
|
|
icon: ref.watch(notificationsProvider.select(
|
|
(value) => value
|
|
.hasUnreadNotificationsFor(walletId)))
|
|
? SvgPicture.file(
|
|
File(
|
|
ref.watch(
|
|
themeProvider.select(
|
|
(value) => value.assets.bellNew,
|
|
),
|
|
),
|
|
),
|
|
width: 20,
|
|
height: 20,
|
|
color: ref.watch(notificationsProvider.select(
|
|
(value) =>
|
|
value.hasUnreadNotificationsFor(
|
|
walletId)))
|
|
? null
|
|
: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.topNavIconPrimary,
|
|
)
|
|
: SvgPicture.asset(
|
|
Assets.svg.bell,
|
|
width: 20,
|
|
height: 20,
|
|
color: ref.watch(notificationsProvider.select(
|
|
(value) =>
|
|
value.hasUnreadNotificationsFor(
|
|
walletId)))
|
|
? null
|
|
: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.topNavIconPrimary,
|
|
),
|
|
onPressed: () {
|
|
// reset unread state
|
|
ref.refresh(unreadNotificationsStateProvider);
|
|
|
|
Navigator.of(context)
|
|
.pushNamed(
|
|
NotificationsView.routeName,
|
|
arguments: walletId,
|
|
)
|
|
.then((_) {
|
|
final Set<int> unreadNotificationIds = ref
|
|
.read(unreadNotificationsStateProvider.state)
|
|
.state;
|
|
if (unreadNotificationIds.isEmpty) return;
|
|
|
|
List<Future<dynamic>> futures = [];
|
|
for (int i = 0;
|
|
i < unreadNotificationIds.length - 1;
|
|
i++) {
|
|
futures.add(ref
|
|
.read(notificationsProvider)
|
|
.markAsRead(
|
|
unreadNotificationIds.elementAt(i),
|
|
false));
|
|
}
|
|
|
|
// wait for multiple to update if any
|
|
Future.wait(futures).then((_) {
|
|
// only notify listeners once
|
|
ref.read(notificationsProvider).markAsRead(
|
|
unreadNotificationIds.last, true);
|
|
});
|
|
});
|
|
},
|
|
),
|
|
),
|
|
),
|
|
Padding(
|
|
padding: const EdgeInsets.only(
|
|
top: 10,
|
|
bottom: 10,
|
|
right: 10,
|
|
),
|
|
child: AspectRatio(
|
|
aspectRatio: 1,
|
|
child: AppBarIconButton(
|
|
semanticsLabel:
|
|
"Settings Button. Takes To Wallet Settings Page.",
|
|
key: const Key("walletViewSettingsButton"),
|
|
size: 36,
|
|
shadows: const [],
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.background,
|
|
icon: SvgPicture.asset(
|
|
Assets.svg.bars,
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.accentColorDark,
|
|
width: 20,
|
|
height: 20,
|
|
),
|
|
onPressed: () {
|
|
//todo: check if print needed
|
|
// debugPrint("wallet view settings tapped");
|
|
Navigator.of(context).pushNamed(
|
|
WalletSettingsView.routeName,
|
|
arguments: Tuple4(
|
|
walletId,
|
|
coin,
|
|
_currentSyncStatus,
|
|
_currentNodeStatus,
|
|
),
|
|
);
|
|
},
|
|
),
|
|
),
|
|
),
|
|
],
|
|
),
|
|
body: SafeArea(
|
|
child: Container(
|
|
color:
|
|
Theme.of(context).extension<StackColors>()!.background,
|
|
child: Column(
|
|
children: [
|
|
const SizedBox(
|
|
height: 10,
|
|
),
|
|
Center(
|
|
child: Padding(
|
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
child: WalletSummary(
|
|
walletId: walletId,
|
|
aspectRatio: 1.75,
|
|
initialSyncStatus: ref
|
|
.watch(pWallets)
|
|
.getWallet(walletId)
|
|
.refreshMutex
|
|
.isLocked
|
|
? WalletSyncStatus.syncing
|
|
: WalletSyncStatus.synced,
|
|
),
|
|
),
|
|
),
|
|
if (coin == Coin.firo)
|
|
const SizedBox(
|
|
height: 10,
|
|
),
|
|
if (coin == Coin.firo)
|
|
Padding(
|
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
child: Row(
|
|
children: [
|
|
Expanded(
|
|
child: TextButton(
|
|
style: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.getSecondaryEnabledButtonStyle(
|
|
context),
|
|
onPressed: () async {
|
|
await showDialog<void>(
|
|
context: context,
|
|
builder: (context) => StackDialog(
|
|
title: "Attention!",
|
|
message:
|
|
"You're about to anonymize all of your public funds.",
|
|
leftButton: TextButton(
|
|
onPressed: () {
|
|
Navigator.of(context).pop();
|
|
},
|
|
child: Text(
|
|
"Cancel",
|
|
style: STextStyles.button(context)
|
|
.copyWith(
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.accentColorDark,
|
|
),
|
|
),
|
|
),
|
|
rightButton: TextButton(
|
|
onPressed: () async {
|
|
Navigator.of(context).pop();
|
|
|
|
unawaited(attemptAnonymize());
|
|
},
|
|
style: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.getPrimaryEnabledButtonStyle(
|
|
context),
|
|
child: Text(
|
|
"Continue",
|
|
style:
|
|
STextStyles.button(context),
|
|
),
|
|
),
|
|
),
|
|
);
|
|
},
|
|
child: Text(
|
|
"Anonymize funds",
|
|
style:
|
|
STextStyles.button(context).copyWith(
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.buttonTextSecondary,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
],
|
|
),
|
|
),
|
|
const SizedBox(
|
|
height: 20,
|
|
),
|
|
Padding(
|
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
child: Row(
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
children: [
|
|
Text(
|
|
"Transactions",
|
|
style:
|
|
STextStyles.itemSubtitle(context).copyWith(
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.textDark3,
|
|
),
|
|
),
|
|
CustomTextButton(
|
|
text: "See all",
|
|
onTap: () {
|
|
Navigator.of(context).pushNamed(
|
|
ref
|
|
.read(pWallets)
|
|
.getWallet(widget.walletId)
|
|
.isarTransactionVersion ==
|
|
2
|
|
? AllTransactionsV2View.routeName
|
|
: AllTransactionsView.routeName,
|
|
arguments: walletId,
|
|
);
|
|
},
|
|
),
|
|
],
|
|
),
|
|
),
|
|
const SizedBox(
|
|
height: 12,
|
|
),
|
|
Expanded(
|
|
child: Padding(
|
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
child: ClipRRect(
|
|
borderRadius: BorderRadius.vertical(
|
|
top: Radius.circular(
|
|
Constants.size.circularBorderRadius,
|
|
),
|
|
bottom: Radius.circular(
|
|
// WalletView.navBarHeight / 2.0,
|
|
Constants.size.circularBorderRadius,
|
|
),
|
|
),
|
|
child: ShaderMask(
|
|
blendMode: BlendMode.dstOut,
|
|
shaderCallback: (Rect bounds) {
|
|
return const LinearGradient(
|
|
begin: Alignment.topCenter,
|
|
end: Alignment.bottomCenter,
|
|
colors: [
|
|
Colors.transparent,
|
|
Colors.transparent,
|
|
Colors.white,
|
|
],
|
|
stops: [
|
|
0.0,
|
|
0.8,
|
|
1.0,
|
|
],
|
|
).createShader(bounds);
|
|
},
|
|
child: Container(
|
|
decoration: BoxDecoration(
|
|
color: Colors.transparent,
|
|
borderRadius: BorderRadius.circular(
|
|
Constants.size.circularBorderRadius,
|
|
),
|
|
),
|
|
child: Column(
|
|
crossAxisAlignment:
|
|
CrossAxisAlignment.stretch,
|
|
children: [
|
|
Expanded(
|
|
child: coin == Coin.bitcoincash ||
|
|
coin == Coin.bitcoincashTestnet
|
|
? TransactionsV2List(
|
|
walletId: widget.walletId,
|
|
)
|
|
: TransactionsList(
|
|
walletId: walletId,
|
|
),
|
|
),
|
|
],
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
],
|
|
),
|
|
),
|
|
),
|
|
),
|
|
WalletNavigationBar(
|
|
items: [
|
|
WalletNavigationBarItemData(
|
|
label: "Receive",
|
|
icon: const ReceiveNavIcon(),
|
|
onTap: () {
|
|
if (mounted) {
|
|
unawaited(
|
|
Navigator.of(context).pushNamed(
|
|
ReceiveView.routeName,
|
|
arguments: walletId,
|
|
),
|
|
);
|
|
}
|
|
},
|
|
),
|
|
WalletNavigationBarItemData(
|
|
label: "Send",
|
|
icon: const SendNavIcon(),
|
|
onTap: () {
|
|
switch (ref
|
|
.read(walletBalanceToggleStateProvider.state)
|
|
.state) {
|
|
case WalletBalanceToggleState.full:
|
|
ref
|
|
.read(publicPrivateBalanceStateProvider.state)
|
|
.state = "Public";
|
|
break;
|
|
case WalletBalanceToggleState.available:
|
|
ref
|
|
.read(publicPrivateBalanceStateProvider.state)
|
|
.state = "Private";
|
|
break;
|
|
}
|
|
Navigator.of(context).pushNamed(
|
|
SendView.routeName,
|
|
arguments: Tuple2(
|
|
walletId,
|
|
coin,
|
|
),
|
|
);
|
|
},
|
|
),
|
|
if (Constants.enableExchange)
|
|
WalletNavigationBarItemData(
|
|
label: "Swap",
|
|
icon: const ExchangeNavIcon(),
|
|
onTap: () => _onExchangePressed(context),
|
|
),
|
|
if (Constants.enableExchange)
|
|
WalletNavigationBarItemData(
|
|
label: "Buy",
|
|
icon: const BuyNavIcon(),
|
|
onTap: () => _onBuyPressed(context),
|
|
),
|
|
],
|
|
moreItems: [
|
|
if (ref.watch(
|
|
pWallets.select(
|
|
(value) => value
|
|
.getWallet(widget.walletId)
|
|
.cryptoCurrency
|
|
.hasTokenSupport,
|
|
),
|
|
))
|
|
WalletNavigationBarItemData(
|
|
label: "Tokens",
|
|
icon: const CoinControlNavIcon(),
|
|
onTap: () {
|
|
Navigator.of(context).pushNamed(
|
|
MyTokensView.routeName,
|
|
arguments: walletId,
|
|
);
|
|
},
|
|
),
|
|
if (coin == Coin.banano)
|
|
WalletNavigationBarItemData(
|
|
icon: SvgPicture.asset(
|
|
Assets.svg.monkey,
|
|
height: 20,
|
|
width: 20,
|
|
color: Theme.of(context)
|
|
.extension<StackColors>()!
|
|
.bottomNavIconIcon,
|
|
),
|
|
label: "MonKey",
|
|
onTap: () {
|
|
Navigator.of(context).pushNamed(
|
|
MonkeyView.routeName,
|
|
arguments: widget.walletId,
|
|
);
|
|
}),
|
|
if (ref.watch(
|
|
pWallets.select(
|
|
(value) => value.getWallet(widget.walletId)
|
|
is CoinControlInterface,
|
|
),
|
|
) &&
|
|
ref.watch(
|
|
prefsChangeNotifierProvider.select(
|
|
(value) => value.enableCoinControl,
|
|
),
|
|
))
|
|
WalletNavigationBarItemData(
|
|
label: "Coin control",
|
|
icon: const CoinControlNavIcon(),
|
|
onTap: () {
|
|
Navigator.of(context).pushNamed(
|
|
CoinControlView.routeName,
|
|
arguments: Tuple2(
|
|
widget.walletId,
|
|
CoinControlViewType.manage,
|
|
),
|
|
);
|
|
},
|
|
),
|
|
if (ref.watch(pWallets.select((value) =>
|
|
value.getWallet(widget.walletId) is PaynymInterface)))
|
|
WalletNavigationBarItemData(
|
|
label: "PayNym",
|
|
icon: const PaynymNavIcon(),
|
|
onTap: () async {
|
|
unawaited(
|
|
showDialog(
|
|
context: context,
|
|
builder: (context) => const LoadingIndicator(
|
|
width: 100,
|
|
),
|
|
),
|
|
);
|
|
|
|
final wallet =
|
|
ref.read(pWallets).getWallet(widget.walletId);
|
|
|
|
final paynymInterface = wallet as PaynymInterface;
|
|
|
|
final code = await paynymInterface.getPaymentCode(
|
|
isSegwit: false,
|
|
);
|
|
|
|
final account = await ref
|
|
.read(paynymAPIProvider)
|
|
.nym(code.toString());
|
|
|
|
Logging.instance.log(
|
|
"my nym account: $account",
|
|
level: LogLevel.Info,
|
|
);
|
|
|
|
if (mounted) {
|
|
Navigator.of(context).pop();
|
|
|
|
// check if account exists and for matching code to see if claimed
|
|
if (account.value != null &&
|
|
account.value!.nonSegwitPaymentCode.claimed &&
|
|
account.value!.segwit) {
|
|
ref.read(myPaynymAccountStateProvider.state).state =
|
|
account.value!;
|
|
|
|
await Navigator.of(context).pushNamed(
|
|
PaynymHomeView.routeName,
|
|
arguments: widget.walletId,
|
|
);
|
|
} else {
|
|
await Navigator.of(context).pushNamed(
|
|
PaynymClaimView.routeName,
|
|
arguments: widget.walletId,
|
|
);
|
|
}
|
|
}
|
|
},
|
|
),
|
|
if (ref.watch(
|
|
pWallets.select(
|
|
(value) =>
|
|
value.getWallet(widget.walletId) is OrdinalsInterface,
|
|
),
|
|
))
|
|
WalletNavigationBarItemData(
|
|
label: "Ordinals",
|
|
icon: const OrdinalsNavIcon(),
|
|
onTap: () {
|
|
Navigator.of(context).pushNamed(
|
|
OrdinalsView.routeName,
|
|
arguments: widget.walletId,
|
|
);
|
|
},
|
|
),
|
|
if (ref.watch(
|
|
pWallets.select(
|
|
(value) => value.getWallet(widget.walletId) is CashFusion,
|
|
),
|
|
))
|
|
WalletNavigationBarItemData(
|
|
label: "Fusion",
|
|
icon: const FusionNavIcon(),
|
|
onTap: () {
|
|
Navigator.of(context).pushNamed(
|
|
CashFusionView.routeName,
|
|
arguments: walletId,
|
|
);
|
|
},
|
|
),
|
|
],
|
|
),
|
|
],
|
|
),
|
|
),
|
|
),
|
|
);
|
|
}
|
|
}
|