stack_wallet/lib
sneurlax c8691ac0cc fix address book contact selection
Thank you @julian for the patch,
```
Index: lib/pages/send_view/send_view.dart
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/lib/pages/send_view/send_view.dart b/lib/pages/send_view/send_view.dart
--- a/lib/pages/send_view/send_view.dart	(revision fa8829072e)
+++ b/lib/pages/send_view/send_view.dart	(date 1715103987498)
@@ -906,6 +906,10 @@
       sendToController.text = _data!.contactLabel;
       _address = _data!.address.trim();
       _addressToggleFlag = true;
+
+      WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
+        _setValidAddressProviders(_address);
+      });
     }

     if (isPaynymSend) {

```
2024-05-07 14:08:08 -05:00
..
db inspector should be off unless debugging 2024-04-23 14:01:38 -06:00
dto eth api response data changes 2023-10-28 10:20:17 -06:00
electrumx_rpc rough gui refactor for frost wallet creation on mobile 2024-05-03 09:37:59 -06:00
exceptions add and use JsonRpcException exception type 2023-09-08 12:44:34 -06:00
models build runner run updates 2024-04-24 15:00:36 -06:00
networking use tor-package-exported SOCKSSocket 2023-09-19 23:58:23 -05:00
notifications docs: add header to source code again 2023-05-27 00:21:16 +03:00
pages fix address book contact selection 2024-05-07 14:08:08 -05:00
pages_desktop_specific experimental navigation 2024-05-03 16:38:12 -06:00
providers encode resharer names in resharer config 2024-05-03 09:37:59 -06:00
services encode resharer names in resharer config 2024-05-03 09:37:59 -06:00
themes add solana 2024-04-23 16:11:10 -05:00
utilities various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
wallets untested stellar tor listener 2024-05-03 18:04:57 -06:00
widgets Merge remote-tracking branch 'origin_SW/testing' into frost_ui 2024-05-03 14:34:54 -06:00
frost_route_generator.dart experimental navigation 2024-05-03 16:38:12 -06:00
main.dart material3 surface tint on scroll "bug" fix 2024-04-11 11:34:12 -06:00
route_generator.dart use frost step scaffold for frost send/sign flow 2024-05-03 09:37:59 -06:00
supported_coins.dart typofix 2024-04-17 21:32:01 -05:00