refactor(useragent::evm::table): broke down into more widgets

This commit is contained in:
hdbg
2026-03-26 20:46:15 +01:00
parent 29cc4d9e5b
commit 78006e90f2
5 changed files with 337 additions and 292 deletions

View File

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