Skip to content

Commit 9965493

Browse files
committed
fix: prevent creation before any window is visible
1 parent 304b865 commit 9965493

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.5
2+
3+
- Fix iOS prevent creation before any window is visible
4+
15
## 1.4.4
26

37
* Fix iOS plugin not work with flutter Apps that have SceneDelegate and AppDelegate

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- screen_protector (1.3.0):
3+
- screen_protector (1.3.2):
44
- Flutter
5-
- ScreenProtectorKit (~> 1.4.0)
6-
- ScreenProtectorKit (1.4.0)
5+
- ScreenProtectorKit (~> 1.4.1)
6+
- ScreenProtectorKit (1.4.1)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
24-
screen_protector: 64f8db7697627e3e002086ce38adf7028bc6240d
25-
ScreenProtectorKit: 9deb03228dbb69cc0e379ab01ca908ce91876752
24+
screen_protector: fb01c3478cdfdffab23cd2586350346897935cad
25+
ScreenProtectorKit: 21bdf6572671f779864908978d63e2c9ecfe7910
2626

2727
PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b
2828

ios/screen_protector.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
Pod::Spec.new do |s|
77
s.name = 'screen_protector'
8-
s.version = '1.3.0'
8+
s.version = '1.3.2'
99
s.summary = 'Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.'
1010
s.description = <<-DESC
1111
Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.
@@ -16,7 +16,7 @@ Safe Data Leakage via Application Background Screenshot and Prevent Screenshot f
1616
s.source = { :path => '.' }
1717
s.source_files = 'Classes/**/*'
1818
s.dependency 'Flutter'
19-
s.dependency 'ScreenProtectorKit', '~> 1.4.0'
19+
s.dependency 'ScreenProtectorKit', '~> 1.4.1'
2020
s.platform = :ios, '11.0'
2121
s.swift_version = ["4.0", "4.1", "4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"]
2222
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: screen_protector
22
description: Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.
3-
version: 1.4.4
3+
version: 1.4.5
44
homepage: https://github.com/prongbang/screen_protector
55

66
environment:

0 commit comments

Comments
 (0)