Skip to content

Commit 8448325

Browse files
author
Ivan Nador
committed
Updated Flutter example
1 parent ddf7ecf commit 8448325

File tree

11 files changed

+87
-86
lines changed

11 files changed

+87
-86
lines changed

Examples_Flutter/superpowered_player_with_effects/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ migrate_working_dir/
3030
build/
3131

3232
.vscode/
33+
34+
ios/libSuperpoweredAudio.xcframework/

Examples_Flutter/superpowered_player_with_effects/example/ios/Flutter/AppFrameworkInfo.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

Examples_Flutter/superpowered_player_with_effects/example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

Examples_Flutter/superpowered_player_with_effects/example/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
2020
:path: ".symlinks/plugins/superpowered_player_with_effects/ios"
2121

2222
SPEC CHECKSUMS:
23-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
24-
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
23+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
24+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
2525
superpowered_player_with_effects: edb18e342334efb16b87bbdaaa971353bee1dbd0
2626

27-
PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189
27+
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
2828

29-
COCOAPODS: 1.11.3
29+
COCOAPODS: 1.15.2

Examples_Flutter/superpowered_player_with_effects/example/ios/Runner.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
97C146E61CF9000F007C117D /* Project object */ = {
215215
isa = PBXProject;
216216
attributes = {
217-
LastUpgradeCheck = 1300;
217+
LastUpgradeCheck = 1510;
218218
ORGANIZATIONNAME = "";
219219
TargetAttributes = {
220220
331C8080294A63A400263BE5 = {
@@ -451,7 +451,7 @@
451451
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
452452
GCC_WARN_UNUSED_FUNCTION = YES;
453453
GCC_WARN_UNUSED_VARIABLE = YES;
454-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
454+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
455455
MTL_ENABLE_DEBUG_INFO = NO;
456456
SDKROOT = iphoneos;
457457
SUPPORTED_PLATFORMS = iphoneos;
@@ -581,7 +581,7 @@
581581
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
582582
GCC_WARN_UNUSED_FUNCTION = YES;
583583
GCC_WARN_UNUSED_VARIABLE = YES;
584-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
584+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
585585
MTL_ENABLE_DEBUG_INFO = YES;
586586
ONLY_ACTIVE_ARCH = YES;
587587
SDKROOT = iphoneos;
@@ -630,7 +630,7 @@
630630
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
631631
GCC_WARN_UNUSED_FUNCTION = YES;
632632
GCC_WARN_UNUSED_VARIABLE = YES;
633-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
633+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
634634
MTL_ENABLE_DEBUG_INFO = NO;
635635
SDKROOT = iphoneos;
636636
SUPPORTED_PLATFORMS = iphoneos;

Examples_Flutter/superpowered_player_with_effects/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Examples_Flutter/superpowered_player_with_effects/example/ios/Runner/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

Examples_Flutter/superpowered_player_with_effects/example/pubspec.lock

+70-70
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
40+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.1"
43+
version: "1.18.0"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
4747
name: cupertino_icons
48-
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
48+
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.0.5"
51+
version: "1.0.8"
5252
fake_async:
5353
dependency: transitive
5454
description:
@@ -61,18 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: ffi
64-
sha256: ed5337a5660c506388a9f012be0288fb38b49020ce2b45fe1f8b8323fe429f99
64+
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "2.0.2"
68-
file:
69-
dependency: transitive
70-
description:
71-
name: file
72-
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
73-
url: "https://pub.dev"
74-
source: hosted
75-
version: "6.1.4"
67+
version: "2.1.3"
7668
flutter:
7769
dependency: "direct main"
7870
description: flutter
@@ -82,135 +74,143 @@ packages:
8274
dependency: "direct dev"
8375
description:
8476
name: flutter_lints
85-
sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
77+
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
8678
url: "https://pub.dev"
8779
source: hosted
88-
version: "2.0.1"
80+
version: "2.0.3"
8981
flutter_test:
9082
dependency: "direct dev"
9183
description: flutter
9284
source: sdk
9385
version: "0.0.0"
94-
js:
86+
leak_tracker:
87+
dependency: transitive
88+
description:
89+
name: leak_tracker
90+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
91+
url: "https://pub.dev"
92+
source: hosted
93+
version: "10.0.5"
94+
leak_tracker_flutter_testing:
9595
dependency: transitive
9696
description:
97-
name: js
98-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
97+
name: leak_tracker_flutter_testing
98+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
9999
url: "https://pub.dev"
100100
source: hosted
101-
version: "0.6.7"
101+
version: "3.0.5"
102+
leak_tracker_testing:
103+
dependency: transitive
104+
description:
105+
name: leak_tracker_testing
106+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
107+
url: "https://pub.dev"
108+
source: hosted
109+
version: "3.0.1"
102110
lints:
103111
dependency: transitive
104112
description:
105113
name: lints
106-
sha256: "6b0206b0bf4f04961fc5438198ccb3a885685cd67d4d4a32cc20ad7f8adbe015"
114+
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
107115
url: "https://pub.dev"
108116
source: hosted
109-
version: "2.1.0"
117+
version: "2.1.1"
110118
matcher:
111119
dependency: transitive
112120
description:
113121
name: matcher
114-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
122+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
115123
url: "https://pub.dev"
116124
source: hosted
117-
version: "0.12.15"
125+
version: "0.12.16+1"
118126
material_color_utilities:
119127
dependency: transitive
120128
description:
121129
name: material_color_utilities
122-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
130+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
123131
url: "https://pub.dev"
124132
source: hosted
125-
version: "0.2.0"
133+
version: "0.11.1"
126134
meta:
127135
dependency: transitive
128136
description:
129137
name: meta
130-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
138+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
131139
url: "https://pub.dev"
132140
source: hosted
133-
version: "1.9.1"
141+
version: "1.15.0"
134142
path:
135143
dependency: transitive
136144
description:
137145
name: path
138-
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
146+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
139147
url: "https://pub.dev"
140148
source: hosted
141-
version: "1.8.3"
149+
version: "1.9.0"
142150
path_provider:
143151
dependency: "direct main"
144152
description:
145153
name: path_provider
146-
sha256: "3087813781ab814e4157b172f1a11c46be20179fcc9bea043e0fba36bc0acaa2"
154+
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
147155
url: "https://pub.dev"
148156
source: hosted
149-
version: "2.0.15"
157+
version: "2.1.5"
150158
path_provider_android:
151159
dependency: transitive
152160
description:
153161
name: path_provider_android
154-
sha256: "2cec049d282c7f13c594b4a73976b0b4f2d7a1838a6dd5aaf7bd9719196bee86"
162+
sha256: c464428172cb986b758c6d1724c603097febb8fb855aa265aeecc9280c294d4a
155163
url: "https://pub.dev"
156164
source: hosted
157-
version: "2.0.27"
165+
version: "2.2.12"
158166
path_provider_foundation:
159167
dependency: transitive
160168
description:
161169
name: path_provider_foundation
162-
sha256: "1995d88ec2948dac43edf8fe58eb434d35d22a2940ecee1a9fefcd62beee6eb3"
170+
sha256: f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16
163171
url: "https://pub.dev"
164172
source: hosted
165-
version: "2.2.3"
173+
version: "2.4.0"
166174
path_provider_linux:
167175
dependency: transitive
168176
description:
169177
name: path_provider_linux
170-
sha256: ffbb8cc9ed2c9ec0e4b7a541e56fd79b138e8f47d2fb86815f15358a349b3b57
178+
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
171179
url: "https://pub.dev"
172180
source: hosted
173-
version: "2.1.11"
181+
version: "2.2.1"
174182
path_provider_platform_interface:
175183
dependency: transitive
176184
description:
177185
name: path_provider_platform_interface
178-
sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
186+
sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
179187
url: "https://pub.dev"
180188
source: hosted
181-
version: "2.0.6"
189+
version: "2.1.2"
182190
path_provider_windows:
183191
dependency: transitive
184192
description:
185193
name: path_provider_windows
186-
sha256: d3f80b32e83ec208ac95253e0cd4d298e104fbc63cb29c5c69edaed43b0c69d6
194+
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
187195
url: "https://pub.dev"
188196
source: hosted
189-
version: "2.1.6"
197+
version: "2.3.0"
190198
platform:
191199
dependency: transitive
192200
description:
193201
name: platform
194-
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
202+
sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
195203
url: "https://pub.dev"
196204
source: hosted
197-
version: "3.1.0"
205+
version: "3.1.6"
198206
plugin_platform_interface:
199207
dependency: transitive
200208
description:
201209
name: plugin_platform_interface
202-
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
210+
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
203211
url: "https://pub.dev"
204212
source: hosted
205-
version: "2.1.4"
206-
process:
207-
dependency: transitive
208-
description:
209-
name: process
210-
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
211-
url: "https://pub.dev"
212-
source: hosted
213-
version: "4.2.4"
213+
version: "2.1.8"
214214
sky_engine:
215215
dependency: transitive
216216
description: flutter
@@ -220,26 +220,26 @@ packages:
220220
dependency: transitive
221221
description:
222222
name: source_span
223-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
223+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
224224
url: "https://pub.dev"
225225
source: hosted
226-
version: "1.9.1"
226+
version: "1.10.0"
227227
stack_trace:
228228
dependency: transitive
229229
description:
230230
name: stack_trace
231-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
231+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
232232
url: "https://pub.dev"
233233
source: hosted
234-
version: "1.11.0"
234+
version: "1.11.1"
235235
stream_channel:
236236
dependency: transitive
237237
description:
238238
name: stream_channel
239-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
239+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
240240
url: "https://pub.dev"
241241
source: hosted
242-
version: "2.1.1"
242+
version: "2.1.2"
243243
string_scanner:
244244
dependency: transitive
245245
description:
@@ -267,10 +267,10 @@ packages:
267267
dependency: transitive
268268
description:
269269
name: test_api
270-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
270+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
271271
url: "https://pub.dev"
272272
source: hosted
273-
version: "0.5.1"
273+
version: "0.7.2"
274274
vector_math:
275275
dependency: transitive
276276
description:
@@ -279,22 +279,22 @@ packages:
279279
url: "https://pub.dev"
280280
source: hosted
281281
version: "2.1.4"
282-
win32:
282+
vm_service:
283283
dependency: transitive
284284
description:
285-
name: win32
286-
sha256: "5a751eddf9db89b3e5f9d50c20ab8612296e4e8db69009788d6c8b060a84191c"
285+
name: vm_service
286+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
287287
url: "https://pub.dev"
288288
source: hosted
289-
version: "4.1.4"
289+
version: "14.2.5"
290290
xdg_directories:
291291
dependency: transitive
292292
description:
293293
name: xdg_directories
294-
sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1
294+
sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
295295
url: "https://pub.dev"
296296
source: hosted
297-
version: "1.0.0"
297+
version: "1.1.0"
298298
sdks:
299-
dart: ">=3.0.1 <4.0.0"
300-
flutter: ">=3.3.0"
299+
dart: ">=3.5.0 <4.0.0"
300+
flutter: ">=3.24.0"

0 commit comments

Comments
 (0)