copyable_widget 1.0.1 copy "copyable_widget: ^1.0.1" to clipboard
copyable_widget: ^1.0.1 copied to clipboard

Zero-boilerplate clipboard copy for any Flutter widget or text, with haptic feedback and SnackBar confirmation.

1.0.1 #

  • Renamed package from copyable to copyable_widget
  • Fixed Copyable.text factory return type error
  • Centered SnackBar text

1.0.0 #

  • Null safety: this version opts into sound null safety (previous versions did not)
  • Initial release
  • Copyable widget — wraps any widget with clipboard copy behavior
  • Copyable.text — drop-in Text replacement with copy on tap/long-press
  • CopyableFeedback.snackBar() — built-in SnackBar confirmation (default)
  • CopyableFeedback.custom() — fully custom feedback via callback
  • CopyableFeedback.none() — silent copy with no UI feedback
  • CopyableActionMode.tap / .longPress with auto-detection per platform
  • CopyableEvent passed to custom feedback handler with value, timestamp, and mode
  • HapticFeedbackStyle enum for configurable haptic response
  • Full platform support: Android, iOS, Web, macOS, Windows, Linux
  • Zero external dependencies — Flutter SDK only
0
likes
0
points
241
downloads

Publisher

unverified uploader

Weekly Downloads

Zero-boilerplate clipboard copy for any Flutter widget or text, with haptic feedback and SnackBar confirmation.

Repository (GitHub)
View/report issues

Topics

#clipboard #clipboard-widget #copy #copyable #copyable-widget

License

unknown (license)

Dependencies

flutter

More

Packages that depend on copyable_widget