Skip to content

build(deps): bump no_screenshot from 0.10.0 to 1.0.0#1195

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pub/no_screenshot-1.0.0
Open

build(deps): bump no_screenshot from 0.10.0 to 1.0.0#1195
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pub/no_screenshot-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps no_screenshot from 0.10.0 to 1.0.0.

Release notes

Sourced from no_screenshot's releases.

v1.0.0

What's New

  • Android 15 screen recording detectionWindowManager.addScreenRecordingCallback (API 35) provides true start/stop detection via SCREEN_RECORDING_STATE_VISIBLE / SCREEN_RECORDING_STATE_NOT_VISIBLE (#98)
  • Layered backward compatibility — API 35+ uses the new callback, API 34 falls back to Activity.ScreenCaptureCallback, API <34 graceful no-op
  • No code changes required — existing startScreenRecordingListening() / stopScreenRecordingListening() API automatically uses the best available native API

Platform Recording Detection

Platform Start Stop
iOS 11+
Android 15+ (API 35)
Android 14 (API 34)
macOS
Linux
Windows

See the full CHANGELOG for details.

v1.0.0-beta.2

What's Changed

New Contributors

Full Changelog: https://github.com/FlutterPlaza/no_screenshot/commits/v1.0.0-beta.2

Changelog

Sourced from no_screenshot's changelog.

1.0.0

  • feat(android): added Android 15 (API 35) screen recording detection via WindowManager.addScreenRecordingCallback — provides true start/stop detection with SCREEN_RECORDING_STATE_VISIBLE / SCREEN_RECORDING_STATE_NOT_VISIBLE (#98) by @​fonkamloic.
  • feat(android): layered backward compatibility — API 35+ uses WindowManager.addScreenRecordingCallback, API 34 falls back to Activity.ScreenCaptureCallback, API <34 graceful no-op by @​fonkamloic.
  • docs: updated README with Android 15 recording detection details, platform behavior table, and upgrade notes by @​fonkamloic.
Commits
  • 299c2d1 feat(android): add Android 15 screen recording detection (v1.0.0)
  • 223e6d2 chore: gitignore article drafts
  • ab8d16a chore: format
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [no_screenshot](https://github.com/FlutterPlaza/no_screenshot) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/FlutterPlaza/no_screenshot/releases)
- [Changelog](https://github.com/FlutterPlaza/no_screenshot/blob/development/CHANGELOG.md)
- [Commits](FlutterPlaza/no_screenshot@v0.10.0...v1.0.0)

---
updated-dependencies:
- dependency-name: no_screenshot
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants