hawkbee

Results 36 issues of 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. ![image](https://user-images.githubusercontent.com/49282360/160682029-88cbea90-2495-449f-a530-1f1db98d0b2a.png) The CI font is not...

bug

![image](https://github.com/TalaoDAO/AltMe/assets/49282360/bc0daca6-eaa5-4219-a878-e2ed0907a4c5)

better 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...

AltMe

This update will solve issue on deleteAll, getAll appeared with 9.1.0. A workaround using 9.0.0 is currently used.

Priority
AltMe
better code
talao
security
EUDI

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,...

bug
Priority
AltMe
talao
ios

## Description ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) -...