From 4d090528c70c65d65bd2b2429eea8720623d1bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fonkam?= Date: Sat, 20 Jul 2024 18:56:29 -0400 Subject: [PATCH] v1.0.0-beta.2 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b3948..5a88c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 429552d..508cee3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 353d642..05e08f4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 67be7c3..04f9bdf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: