Skip to content

Commit

Permalink
feat: version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Hannonen committed Nov 17, 2024
1 parent 421a4b4 commit b0f28d2
Show file tree
Hide file tree
Showing 12 changed files with 210 additions and 195 deletions.
4 changes: 2 additions & 2 deletions .flutter-plugins
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a generated file; do not edit or check into version control.
connectivity_plus=/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/
mobile_scanner=/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-5.2.3/
connectivity_plus=/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/
mobile_scanner=/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-6.0.2/
screen_capture_event=/Users/om/.pub-cache/hosted/pub.dev/screen_capture_event-1.1.1/
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-5.2.3/","native_build":true,"dependencies":[]},{"name":"screen_capture_event","path":"/Users/om/.pub-cache/hosted/pub.dev/screen_capture_event-1.1.1/","native_build":true,"dependencies":[]}],"android":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/","native_build":true,"dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-5.2.3/","native_build":true,"dependencies":[]},{"name":"screen_capture_event","path":"/Users/om/.pub-cache/hosted/pub.dev/screen_capture_event-1.1.1/","native_build":true,"dependencies":[]}],"macos":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-5.2.3/","native_build":true,"dependencies":[]}],"linux":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/","native_build":false,"dependencies":[]}],"windows":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/","native_build":true,"dependencies":[]}],"web":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.0.5/","dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-5.2.3/","dependencies":[]}]},"dependencyGraph":[{"name":"connectivity_plus","dependencies":[]},{"name":"mobile_scanner","dependencies":[]},{"name":"screen_capture_event","dependencies":[]}],"date_created":"2024-09-14 14:03:37.727192","version":"3.24.3","swift_package_manager_enabled":false}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-6.0.2/","native_build":true,"dependencies":[]},{"name":"screen_capture_event","path":"/Users/om/.pub-cache/hosted/pub.dev/screen_capture_event-1.1.1/","native_build":true,"dependencies":[]}],"android":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/","native_build":true,"dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-6.0.2/","native_build":true,"dependencies":[]},{"name":"screen_capture_event","path":"/Users/om/.pub-cache/hosted/pub.dev/screen_capture_event-1.1.1/","native_build":true,"dependencies":[]}],"macos":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-6.0.2/","native_build":true,"dependencies":[]}],"linux":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/","native_build":false,"dependencies":[]}],"windows":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/","native_build":true,"dependencies":[]}],"web":[{"name":"connectivity_plus","path":"/Users/om/.pub-cache/hosted/pub.dev/connectivity_plus-6.1.0/","dependencies":[]},{"name":"mobile_scanner","path":"/Users/om/.pub-cache/hosted/pub.dev/mobile_scanner-6.0.2/","dependencies":[]}]},"dependencyGraph":[{"name":"connectivity_plus","dependencies":[]},{"name":"mobile_scanner","dependencies":[]},{"name":"screen_capture_event","dependencies":[]}],"date_created":"2024-11-17 17:30:46.426053","version":"3.24.4","swift_package_manager_enabled":false}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# qr_plus changelog

## 1.3.0

- fix: fix issues with snowden mode
- chore: dependency updates
- BREAKING CHANGE: bump ios minimum target to `15.5`

## 1.2.1

- chore: dependency update
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '12.0'
platform :ios, '15.5'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
86 changes: 40 additions & 46 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,54 @@ PODS:
- Flutter
- FlutterMacOS
- Flutter (1.0.0)
- GoogleDataTransport (9.4.1):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleMLKit/BarcodeScanning (6.0.0):
- GoogleDataTransport (10.1.0):
- nanopb (~> 3.30910.0)
- PromisesObjC (~> 2.4)
- GoogleMLKit/BarcodeScanning (7.0.0):
- GoogleMLKit/MLKitCore
- MLKitBarcodeScanning (~> 5.0.0)
- GoogleMLKit/MLKitCore (6.0.0):
- MLKitCommon (~> 11.0.0)
- MLKitBarcodeScanning (~> 6.0.0)
- GoogleMLKit/MLKitCore (7.0.0):
- MLKitCommon (~> 12.0.0)
- GoogleToolboxForMac/Defines (4.2.1)
- GoogleToolboxForMac/Logger (4.2.1):
- GoogleToolboxForMac/Defines (= 4.2.1)
- "GoogleToolboxForMac/NSData+zlib (4.2.1)":
- GoogleToolboxForMac/Defines (= 4.2.1)
- GoogleUtilities/Environment (7.13.3):
- GoogleUtilities/Environment (8.0.2):
- GoogleUtilities/Privacy
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.13.3):
- GoogleUtilities/Logger (8.0.2):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (7.13.3)
- GoogleUtilities/UserDefaults (7.13.3):
- GoogleUtilities/Privacy (8.0.2)
- GoogleUtilities/UserDefaults (8.0.2):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilitiesComponents (1.1.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.5.0)
- MLImage (1.0.0-beta5)
- MLKitBarcodeScanning (5.0.0):
- MLKitCommon (~> 11.0)
- MLKitVision (~> 7.0)
- MLKitCommon (11.0.0):
- GoogleDataTransport (< 10.0, >= 9.4.1)
- MLImage (1.0.0-beta6)
- MLKitBarcodeScanning (6.0.0):
- MLKitCommon (~> 12.0)
- MLKitVision (~> 8.0)
- MLKitCommon (12.0.0):
- GoogleDataTransport (~> 10.0)
- GoogleToolboxForMac/Logger (< 5.0, >= 4.2.1)
- "GoogleToolboxForMac/NSData+zlib (< 5.0, >= 4.2.1)"
- GoogleUtilities/UserDefaults (< 8.0, >= 7.13.0)
- GoogleUtilitiesComponents (~> 1.0)
- GoogleUtilities/Logger (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- GTMSessionFetcher/Core (< 4.0, >= 3.3.2)
- MLKitVision (7.0.0):
- MLKitVision (8.0.0):
- GoogleToolboxForMac/Logger (< 5.0, >= 4.2.1)
- "GoogleToolboxForMac/NSData+zlib (< 5.0, >= 4.2.1)"
- GTMSessionFetcher/Core (< 4.0, >= 3.3.2)
- MLImage (= 1.0.0-beta5)
- MLKitCommon (~> 11.0)
- mobile_scanner (5.2.3):
- MLImage (= 1.0.0-beta6)
- MLKitCommon (~> 12.0)
- mobile_scanner (6.0.2):
- Flutter
- GoogleMLKit/BarcodeScanning (~> 6.0.0)
- nanopb (2.30910.0):
- nanopb/decode (= 2.30910.0)
- nanopb/encode (= 2.30910.0)
- nanopb/decode (2.30910.0)
- nanopb/encode (2.30910.0)
- GoogleMLKit/BarcodeScanning (~> 7.0.0)
- nanopb (3.30910.0):
- nanopb/decode (= 3.30910.0)
- nanopb/encode (= 3.30910.0)
- nanopb/decode (3.30910.0)
- nanopb/encode (3.30910.0)
- PromisesObjC (2.4.0)
- screen_capture_event (0.0.1):
- Flutter
Expand All @@ -71,7 +67,6 @@ SPEC REPOS:
- GoogleMLKit
- GoogleToolboxForMac
- GoogleUtilities
- GoogleUtilitiesComponents
- GTMSessionFetcher
- MLImage
- MLKitBarcodeScanning
Expand All @@ -91,23 +86,22 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/screen_capture_event/ios"

SPEC CHECKSUMS:
connectivity_plus: ddd7f30999e1faaef5967c23d5b6d503d10434db
connectivity_plus: 4c41c08fc6d7c91f63bc7aec70ffe3730b04f563
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleMLKit: 97ac7af399057e99182ee8edfa8249e3226a4065
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
GoogleMLKit: eff9e23ec1d90ea4157a1ee2e32a4f610c5b3318
GoogleToolboxForMac: d1a2cbf009c453f4d6ded37c105e2f67a32206d8
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
MLImage: 1824212150da33ef225fbd3dc49f184cf611046c
MLKitBarcodeScanning: 10ca0845a6d15f2f6e911f682a1998b68b973e8b
MLKitCommon: afec63980417d29ffbb4790529a1b0a2291699e1
MLKitVision: e858c5f125ecc288e4a31127928301eaba9ae0c1
mobile_scanner: 96e91f2e1fb396bb7df8da40429ba8dfad664740
nanopb: 438bc412db1928dac798aa6fd75726007be04262
MLImage: 0ad1c5f50edd027672d8b26b0fee78a8b4a0fc56
MLKitBarcodeScanning: 0a3064da0a7f49ac24ceb3cb46a5bc67496facd2
MLKitCommon: 07c2c33ae5640e5380beaaa6e4b9c249a205542d
MLKitVision: 45e79d68845a2de77e2dd4d7f07947f0ed157b0e
mobile_scanner: fd0054c52ede661e80bf5a4dea477a2467356bee
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
screen_capture_event: bcf965bb31968a51c08ad3698725c5ad8c597124

PODFILE CHECKSUM: 6998435987a000fdec9b2e1b5b1eef6d54bdba77
PODFILE CHECKSUM: 4153e6b74d179c1f6ffe1ab35f4a753651267dd0

COCOAPODS: 1.15.2
Loading

0 comments on commit b0f28d2

Please sign in to comment.