feat(useragent::evm): basic list & creation

This commit is contained in:
hdbg
2026-03-16 03:13:05 +01:00
parent fac312d860
commit 6ed8150e48
9 changed files with 603 additions and 111 deletions

View File

@@ -33,7 +33,7 @@ final class EvmProvider
Evm create() => Evm();
}
String _$evmHash() => r'6d2e0baf7b78a0850d7b99b0be7abde206e088c7';
String _$evmHash() => r'f5d05bfa7b820d0b96026a47ca47702a3793af5d';
abstract class _$Evm extends $AsyncNotifier<List<WalletEntry>?> {
FutureOr<List<WalletEntry>?> build();