Update IntranetIP widget to copy URL to clipboard #1648
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a "Copy to clipboard" feature for the intranet IP address in the dashboard widget. When the user taps the intranet IP, the full URL is copied to the clipboard, and a confirmation message is shown in the user's selected language. The necessary localization strings and UI changes have been implemented to support this feature.
Feature: Intranet IP Copy-to-Clipboard
copiedlocalization string. (lib/views/dashboard/widgets/intranet_ip.dart) [1] [2] [3]Localization Updates
copiedstring to all supported languages in the ARB files: English, Japanese, Russian, and Simplified Chinese. (arb/intl_en.arb,arb/intl_ja.arb,arb/intl_ru.arb,arb/intl_zh_CN.arb) [1] [2] [3] [4]copiedstring for each language. (lib/l10n/intl/messages_en.dart,lib/l10n/intl/messages_ja.dart,lib/l10n/intl/messages_ru.dart,lib/l10n/intl/messages_zh_CN.dart) [1] [2] [3] [4]copiedin the main localization class. (lib/l10n/l10n.dart)This pull request has been only tested on amd64 Windows platform now. Please test on other platforms