Skip to content

add copy indicator on tx details screen#3152

Open
malik1004x wants to merge 2 commits intodevfrom
tx-details-copy-indicator
Open

add copy indicator on tx details screen#3152
malik1004x wants to merge 2 commits intodevfrom
tx-details-copy-indicator

Conversation

@malik1004x
Copy link
Copy Markdown
Contributor

Issue Number (if Applicable): Fixes #

Description

Implemented as a wrapper class applyable to any UI element in the future (if we want this fancy copy indicator somewhere else). Only visible on iPhone and Android versions prior to 13, as Android 13 and above have a systemwide copy indicator.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed


void handleCopy() async {
if (widget.data == null) return;
Clipboard.setData(widget.data!);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please use ClipboardUtil

# Conflicts:
#	lib/src/widgets/new_list_row/list_item_regular_row_widget.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants