File tree Expand file tree Collapse file tree 8 files changed +263
-217
lines changed Expand file tree Collapse file tree 8 files changed +263
-217
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.7
2
+ ### Updated
3
+ * Bug Fixes
4
+ * Update Example Project
5
+ * Handle Camera & Mic Permission
6
+ * Release Audio Session On Lens Close.
7
+
1
8
## 1.0.6
2
9
### Updated
3
10
* Update CameraKit SDK to 1.40.0
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- platform :ios , '14 .0'
2
+ platform :ios , '15 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - camerakit_flutter (1.0.6 ):
2
+ - camerakit_flutter (1.0.7 ):
3
3
- Flutter
4
4
- SCCameraKit (~> 1.40.0)
5
5
- SCCameraKitReferenceUI (~> 1.40.0)
@@ -30,12 +30,12 @@ EXTERNAL SOURCES:
30
30
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
31
31
32
32
SPEC CHECKSUMS:
33
- camerakit_flutter: ba8e3a9e141fff3adcb71f7dc87143f31aa93d5b
33
+ camerakit_flutter: 9f14f3d9dc68fdd23bdad38282e8c6e0338545ea
34
34
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
35
35
SCCameraKit: 3df78d50b972282517fd1c0c69f4a01d301ef4e6
36
36
SCCameraKitReferenceUI: 737630ab0ccab689a3492585aeb349fe6ffa21cc
37
37
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
38
38
39
- PODFILE CHECKSUM: e30f02f9d1c72c47bb6344a0a748c9d268180865
39
+ PODFILE CHECKSUM: 53a6aebc29ccee84c41f92f409fc20cd4ca011f1
40
40
41
- COCOAPODS: 1.14.3
41
+ COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change 473
473
DEVELOPMENT_TEAM = C5KZV4J7UV;
474
474
ENABLE_BITCODE = NO;
475
475
INFOPLIST_FILE = Runner/Info.plist;
476
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
476
477
LD_RUNPATH_SEARCH_PATHS = (
477
478
"$(inherited)",
478
479
"@executable_path/Frameworks",
656
657
DEVELOPMENT_TEAM = C5KZV4J7UV;
657
658
ENABLE_BITCODE = NO;
658
659
INFOPLIST_FILE = Runner/Info.plist;
660
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
659
661
LD_RUNPATH_SEARCH_PATHS = (
660
662
"$(inherited)",
661
663
"@executable_path/Frameworks",
679
681
DEVELOPMENT_TEAM = C5KZV4J7UV;
680
682
ENABLE_BITCODE = NO;
681
683
INFOPLIST_FILE = Runner/Info.plist;
684
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
682
685
LD_RUNPATH_SEARCH_PATHS = (
683
686
"$(inherited)",
684
687
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ packages:
23
23
path: ".."
24
24
relative: true
25
25
source: path
26
- version: "1.0.5 "
26
+ version: "1.0.7 "
27
27
characters:
28
28
dependency: transitive
29
29
description:
You can’t perform that action at this time.
0 commit comments