8000 Upgrade `super_clipboard` and `super_drag_and_drop` to 0.9.1 version by SleepySquash · Pull Request #1308 · team113/messenger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade super_clipboard and super_drag_and_drop to 0.9.1 version #1308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ All user visible changes to this project will be documented in this file. This p

### Fixed

- Android:
- Black screen stuck when opening application. ([#1308])
- UI:
- Chat page:
- Screenshots made to clipboard not pasted as attachments. ([#1280])
Expand All @@ -38,6 +40,7 @@ All user visible changes to this project will be documented in this file. This p
[#1294]: /../../pull/1294
[#1302]: /../../pull/1302
[#1303]: /../../pull/1303
[#1308]: /../../pull/1308



Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
DB4F
Original file line number Diff line number Diff line change
Expand Up @@ -1172,10 +1172,10 @@ packages:
dependency: transitive
description:
name: irondash_engine_context
sha256: cd7b769db11a2b5243b037c8a9b1ecaef02e1ae27a2d909ffa78c1dad747bb10
sha256: "2bb0bc13dfda9f5aaef8dde06ecc5feb1379f5bb387d59716d799554f3f305d7"
url: "https://pub.dev"
source: hosted
version: "0.5.4"
version: "0.5.5"
irondash_message_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -2177,26 +2177,26 @@ packages:
dependency: "direct main"
description:
name: super_clipboard
sha256: "5203c881d24033c3e6154c2ae01afd94e7f0a3201280373f28e540f1defa3f40"
sha256: e73f3bb7e66cc9260efa1dc507f979138e7e106c3521e2dda2d0311f6d728a16
url: "https://pub.dev"
source: hosted
version: "0.9.0-dev.6"
version: "0.9.1"
super_drag_and_drop:
dependency: "direct main"
description:
name: super_drag_and_drop
sha256: "36e00943b14303b03a5d689659cab87a02d9c8265efb189abb98db9c946368ae"
sha256: "8946913a021cb617c35e36cfe57e8b817335643d7ee9bbc83d6e11760136bd1c"
url: "https://pub.dev"
source: hosted
version: "0.9.0-dev.6"
version: "0.9.1"
super_native_extensions:
dependency: transitive
description:
name: super_native_extensions
sha256: "09ccc40c475e6f91770eaeb2553bf4803812d7beadc3759aa57d643370619c86"
sha256: b9611dcb68f1047d6f3ef11af25e4e68a21b1a705bbcc3eb8cb4e9f5c3148569
url: "https://pub.dev"
source: hosted
version: "0.9.0-dev.6"
version: "0.9.1"
sync_http:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ dependencies:
sqlite3_flutter_libs: ^0.5.28
sqlite3: ^2.4.4
stdlibc: ^0.1.4
super_clipboard: ^0.9.0-dev.3
super_drag_and_drop: ^0.9.0-dev.3
super_clipboard: ^0.9.1
super_drag_and_drop: ^0.9.1
toml: ^0.16.0
universal_io: ^2.2.2
url_launcher: ^6.1.12
Expand Down
Loading
0