spruceid / wallet

A reference credential wallet built on Flutter and DIDKit.
https://spruceid.dev/docs/credible
Apache License 2.0
45 stars 24 forks source link

Adds Reset Wallet feature #35

Closed theosirian closed 3 years ago

theosirian commented 3 years ago

Adds a TextButton on the ProfilePage to reset the wallet, which:

The buttons pops up a confirmation dialog to avoid bad user experiences. This can and should be improved to a more robust confirmation flow, any suggestions are welcome.

Depends on #34.