Skip to content

bdk_demo: add receive address screen#84

Draft
j-kon wants to merge 6 commits into
bitcoindevkit:mainfrom
j-kon:feat/receive-page
Draft

bdk_demo: add receive address screen#84
j-kon wants to merge 6 commits into
bitcoindevkit:mainfrom
j-kon:feat/receive-page

Conversation

@j-kon

@j-kon j-kon commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace the /receive placeholder with a focused receive-address screen
  • show the persisted external address as QR and selectable text with its derivation index
  • add copy confirmation plus initial, loading, error, retry, and no-wallet states
  • cover the page and route with widget tests

This is the UI follow-up to #80 and merged PR #79. It does not change address-generation or persistence behavior.

Closes #83

Testing

  • dart format --output=none --set-exit-if-changed lib test
  • flutter analyze
  • flutter test (155 tests passed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bdk_demo: Add receive address screen with QR and copy action

1 participant