Skip to content

upgrade flutter dependencies#2867

Merged
sensuikan1973 merged 1 commit into
mainfrom
upgrade_flutter_dependencies
Feb 27, 2026
Merged

upgrade flutter dependencies#2867
sensuikan1973 merged 1 commit into
mainfrom
upgrade_flutter_dependencies

Conversation

@sensuikan1973

Copy link
Copy Markdown
Owner

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request upgrades several Flutter dependencies, most notably pasteboard to version 0.5.0. My review focuses on the implications of these upgrades. I've identified a potential improvement opportunity regarding the pasteboard dependency, which appears to be unused and could possibly be removed.

Comment thread pubspec.yaml
meta: ^1.17.0
package_info_plus: ^9.0.0
pasteboard: ^0.4.0
pasteboard: ^0.5.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The pasteboard dependency appears to be unused. The project's clipboard functionality (e.g., in copy_moves_shortcut.dart and paste_moves_shortcut.dart) relies on the standard Clipboard API from flutter/services.dart, which handles text operations across all platforms, including macOS. The pasteboard package is generally for handling non-text data like images. Since it's not being used, consider removing this dependency to simplify the project's dependencies.

@codecov

codecov Bot commented Feb 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.11%. Comparing base (6efa076) to head (79a8afc).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2867   +/-   ##
=======================================
  Coverage   94.11%   94.11%           
=======================================
  Files          52       52           
  Lines        1479     1479           
=======================================
  Hits         1392     1392           
  Misses         87       87           
Flag Coverage Δ
integration_test 65.58% <ø> (ø)
macos-latest 93.03% <ø> (ø)
ubuntu 93.57% <ø> (ø)
widget_test 90.19% <ø> (-0.07%) ⬇️
windows 93.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sensuikan1973 sensuikan1973 merged commit 8d53af1 into main Feb 27, 2026
24 checks passed
@sensuikan1973 sensuikan1973 deleted the upgrade_flutter_dependencies branch February 27, 2026 21:37
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.

1 participant