Skip to content

Commit

Permalink
Merge pull request #40 from fonkamloic/readMe
Browse files Browse the repository at this point in the history
Read me
  • Loading branch information
fonkamloic authored Jul 20, 2024
2 parents f83c5ef + 4d09052 commit 165396a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Updated readme and added sample usage.
- kotlin_version = '1.6.10' -> '1.6.21'


## 0.2.1
## 1.0.0-beta.1

### Summary of Changes

Expand All @@ -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.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "1.0.0-beta.1"
path:
dependency: transitive
description:
Expand Down 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: 0.2.1
version: 1.0.0-beta.2
homepage: https://flutterplaza.com
repository: https://github.com/FlutterPlaza/no_screenshot/releases/tag/v0.2.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 165396a

Please sign in to comment.