mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
- Fix nullability issue
- Update Flutter and Packages
This commit is contained in:
parent
ef0c7e3ada
commit
c45a988481
6 changed files with 887 additions and 606 deletions
|
@ -330,7 +330,7 @@ Route<dynamic> createRoute(RouteSettings settings) {
|
|||
getIt.get<ContactListPage>());
|
||||
|
||||
case Routes.pickerAddressBook:
|
||||
final selectedCurrency = settings.arguments as CryptoCurrency;
|
||||
final selectedCurrency = settings.arguments as CryptoCurrency?;
|
||||
return MaterialPageRoute<void>(
|
||||
builder: (_) => getIt.get<ContactListPage>(param1: selectedCurrency));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue