From 9237e99f0c0e85049b0947d5595ae060344c0247 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 5 Sep 2023 11:53:44 -0600 Subject: [PATCH] clean up hidden settings --- .../global_settings_view/hidden_settings.dart | 142 +++++++++--------- 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/lib/pages/settings_views/global_settings_view/hidden_settings.dart b/lib/pages/settings_views/global_settings_view/hidden_settings.dart index 4e42e3733..52a523f22 100644 --- a/lib/pages/settings_views/global_settings_view/hidden_settings.dart +++ b/lib/pages/settings_views/global_settings_view/hidden_settings.dart @@ -167,77 +167,77 @@ class HiddenSettings extends StatelessWidget { // ), // ); // }), - const SizedBox( - height: 12, - ), - Consumer(builder: (_, ref, __) { - return GestureDetector( - onTap: () async { - ref - .read(priceAnd24hChangeNotifierProvider) - .tokenContractAddressesToCheck - .add( - "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"); - ref - .read(priceAnd24hChangeNotifierProvider) - .tokenContractAddressesToCheck - .add( - "0xdAC17F958D2ee523a2206206994597C13D831ec7"); - await ref - .read(priceAnd24hChangeNotifierProvider) - .updatePrice(); - - final x = ref - .read(priceAnd24hChangeNotifierProvider) - .getTokenPrice( - "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"); - - print( - "PRICE 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48: $x"); - }, - child: RoundedWhiteContainer( - child: Text( - "Click me", - style: STextStyles.button(context).copyWith( - color: Theme.of(context) - .extension()! - .accentColorDark), - ), - ), - ); - }), - const SizedBox( - height: 12, - ), - Consumer(builder: (_, ref, __) { - return GestureDetector( - onTap: () async { - // final erc20 = Erc20ContractInfo( - // contractAddress: 'some con', - // name: "loonamsn", - // symbol: "DD", - // decimals: 19, - // ); - // - // final json = erc20.toJson(); - // - // print(json); - // - // final ee = EthContractInfo.fromJson(json); - // - // print(ee); - }, - child: RoundedWhiteContainer( - child: Text( - "Click me", - style: STextStyles.button(context).copyWith( - color: Theme.of(context) - .extension()! - .accentColorDark), - ), - ), - ); - }), + // const SizedBox( + // height: 12, + // ), + // Consumer(builder: (_, ref, __) { + // return GestureDetector( + // onTap: () async { + // ref + // .read(priceAnd24hChangeNotifierProvider) + // .tokenContractAddressesToCheck + // .add( + // "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"); + // ref + // .read(priceAnd24hChangeNotifierProvider) + // .tokenContractAddressesToCheck + // .add( + // "0xdAC17F958D2ee523a2206206994597C13D831ec7"); + // await ref + // .read(priceAnd24hChangeNotifierProvider) + // .updatePrice(); + // + // final x = ref + // .read(priceAnd24hChangeNotifierProvider) + // .getTokenPrice( + // "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"); + // + // print( + // "PRICE 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48: $x"); + // }, + // child: RoundedWhiteContainer( + // child: Text( + // "Click me", + // style: STextStyles.button(context).copyWith( + // color: Theme.of(context) + // .extension()! + // .accentColorDark), + // ), + // ), + // ); + // }), + // const SizedBox( + // height: 12, + // ), + // Consumer(builder: (_, ref, __) { + // return GestureDetector( + // onTap: () async { + // // final erc20 = Erc20ContractInfo( + // // contractAddress: 'some con', + // // name: "loonamsn", + // // symbol: "DD", + // // decimals: 19, + // // ); + // // + // // final json = erc20.toJson(); + // // + // // print(json); + // // + // // final ee = EthContractInfo.fromJson(json); + // // + // // print(ee); + // }, + // child: RoundedWhiteContainer( + // child: Text( + // "Click me", + // style: STextStyles.button(context).copyWith( + // color: Theme.of(context) + // .extension()! + // .accentColorDark), + // ), + // ), + // ); + // }), const SizedBox( height: 12, ),