hawkbee
hawkbee
On my locals, when running the example test on fresh install (flutter create or very_good create), the linux and macos goldens don't display text.  The CI font is not...

remove defaultAdvanceSettingsState end cubits end AdvanceSettingsState stuff: obsolete and dead code
final parameters = token.isFA1 ? '''(Pair "${keyStore.publicKeyHash}" (Pair "${state.withdrawalAddress}" $amount))''' : '''{Pair "${keyStore.publicKeyHash}" {Pair "${state.withdrawalAddress}" (Pair ${int.parse(token.tokenId ?? '0')} $amount)}}'''; An hint on finding Micheline parameters with breakpoint on beacon...
This update will solve issue on deleteAll, getAll appeared with 9.1.0. A workaround using 9.0.0 is currently used.
Disabling those lines to prevent flutter secure storage issue on iOS // final expiry = // DateTime.now().add(const Duration(days: 2)).millisecondsSinceEpoch; // final value = {'expiry': expiry, 'data': response.data}; // await secureStorageProvider.set(uri,...
## Description ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) -...