Skip to content

Commit

Permalink
v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fonkamloic committed Jul 20, 2024
1 parent a53e977 commit 4d09052
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ Updated readme and added sample usage.
- **Bug Fixes**: Fixed various bugs related to screenshot detection and state management on both Android and iOS platforms.
- **Documentation Updates**: Improved documentation to reflect the new features and provide clearer usage examples.
- **Deprecation Notice**: Deprecated the use of the constructor `NoScreenshot()` in favor of the singleton `NoScreenshot.instance`.

## 1.0.0-beta.2

- fix: Pub Point analysis failure.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ packages:
source: hosted
version: "14.2.1"
sdks:
dart: ">=3.4.4 <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Demonstrates how to use the no_screenshot plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: '>=3.4.4 <4.0.0'
sdk: '>=3.0.0 <4.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: no_screenshot
description: Flutter plugin to enable, disable or toggle screenshot support in your application.
version: 1.0.0-beta.1
version: 1.0.0-beta.2
homepage: https://flutterplaza.com
repository: https://github.com/FlutterPlaza/no_screenshot/releases/tag/v1.0.0-beta.1
repository: https://github.com/FlutterPlaza/no_screenshot/releases/tag/v1.0.0-beta.2

environment:
sdk: '>=3.4.4 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 4d09052

Please sign in to comment.