Skip to content

Commit e8dfe81

Browse files
committed
Updated flutter_soundfork dependency to ^1.0.1
1 parent f8e32cf commit e8dfe81

File tree

5 files changed

+87
-37
lines changed

5 files changed

+87
-37
lines changed

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, '11.0'
33

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

example/ios/Podfile.lock

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
PODS:
2+
- audio_session (0.0.1):
3+
- Flutter
4+
- Flutter (1.0.0)
5+
- flutter_sound_core (9.2.13)
6+
- flutter_soundfork (1.0.1):
7+
- Flutter
8+
- flutter_sound_core (= 9.2.13)
9+
- path_provider_foundation (0.0.1):
10+
- Flutter
11+
- FlutterMacOS
12+
- permission_handler_apple (9.1.1):
13+
- Flutter
14+
15+
DEPENDENCIES:
16+
- audio_session (from `.symlinks/plugins/audio_session/ios`)
17+
- Flutter (from `Flutter`)
18+
- flutter_soundfork (from `.symlinks/plugins/flutter_soundfork/ios`)
19+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
20+
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
21+
22+
SPEC REPOS:
23+
trunk:
24+
- flutter_sound_core
25+
26+
EXTERNAL SOURCES:
27+
audio_session:
28+
:path: ".symlinks/plugins/audio_session/ios"
29+
Flutter:
30+
:path: Flutter
31+
flutter_soundfork:
32+
:path: ".symlinks/plugins/flutter_soundfork/ios"
33+
path_provider_foundation:
34+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
35+
permission_handler_apple:
36+
:path: ".symlinks/plugins/permission_handler_apple/ios"
37+
38+
SPEC CHECKSUMS:
39+
audio_session: 4f3e461722055d21515cf3261b64c973c062f345
40+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
41+
flutter_sound_core: 26c10e5832e76aaacfae252d8925232281c486ae
42+
flutter_soundfork: 10903f355acb692289131ddbdd3151ad61b73a99
43+
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
44+
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
45+
46+
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
47+
48+
COCOAPODS: 1.12.1

example/pubspec.lock

+34-34
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
path: ".."
6464
relative: true
6565
source: path
66-
version: "1.0.6+1"
66+
version: "1.0.7+1"
6767
fake_async:
6868
dependency: transitive
6969
description:
@@ -105,10 +105,10 @@ packages:
105105
dependency: transitive
106106
description:
107107
name: flutter_soundfork
108-
sha256: "21aac754abf9e79baf753fe1458a80c9ddc74dc9e85718d84e111a4f4a085f89"
108+
sha256: "70f82506aa4dffb1251175da8124ea4a94c3118c09c8cffc34b3acff7eaf243d"
109109
url: "https://pub.dev"
110110
source: hosted
111-
version: "1.0.0"
111+
version: "1.0.1"
112112
flutter_soundfork_platform_interface:
113113
dependency: transitive
114114
description:
@@ -131,10 +131,10 @@ packages:
131131
dependency: transitive
132132
description:
133133
name: http
134-
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
134+
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
135135
url: "https://pub.dev"
136136
source: hosted
137-
version: "0.13.6"
137+
version: "1.1.0"
138138
http_parser:
139139
dependency: transitive
140140
description:
@@ -211,90 +211,90 @@ packages:
211211
dependency: transitive
212212
description:
213213
name: path_provider
214-
sha256: dcea5feb97d8abf90cab9e9030b497fb7c3cbf26b7a1fe9e3ef7dcb0a1ddec95
214+
sha256: a1aa8aaa2542a6bc57e381f132af822420216c80d4781f7aa085ca3229208aaa
215215
url: "https://pub.dev"
216216
source: hosted
217-
version: "2.0.12"
217+
version: "2.1.1"
218218
path_provider_android:
219219
dependency: transitive
220220
description:
221221
name: path_provider_android
222-
sha256: a776c088d671b27f6e3aa8881d64b87b3e80201c64e8869b811325de7a76c15e
222+
sha256: "6b8b19bd80da4f11ce91b2d1fb931f3006911477cec227cce23d3253d80df3f1"
223223
url: "https://pub.dev"
224224
source: hosted
225-
version: "2.0.22"
225+
version: "2.2.0"
226226
path_provider_foundation:
227227
dependency: transitive
228228
description:
229229
name: path_provider_foundation
230-
sha256: "62a68e7e1c6c459f9289859e2fae58290c981ce21d1697faf54910fe1faa4c74"
230+
sha256: "19314d595120f82aca0ba62787d58dde2cc6b5df7d2f0daf72489e38d1b57f2d"
231231
url: "https://pub.dev"
232232
source: hosted
233-
version: "2.1.1"
233+
version: "2.3.1"
234234
path_provider_linux:
235235
dependency: transitive
236236
description:
237237
name: path_provider_linux
238-
sha256: ab0987bf95bc591da42dffb38c77398fc43309f0b9b894dcc5d6f40c4b26c379
238+
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
239239
url: "https://pub.dev"
240240
source: hosted
241-
version: "2.1.7"
241+
version: "2.2.1"
242242
path_provider_platform_interface:
243243
dependency: transitive
244244
description:
245245
name: path_provider_platform_interface
246-
sha256: f0abc8ebd7253741f05488b4813d936b4d07c6bae3e86148a09e342ee4b08e76
246+
sha256: "94b1e0dd80970c1ce43d5d4e050a9918fce4f4a775e6142424c30a29a363265c"
247247
url: "https://pub.dev"
248248
source: hosted
249-
version: "2.0.5"
249+
version: "2.1.1"
250250
path_provider_windows:
251251
dependency: transitive
252252
description:
253253
name: path_provider_windows
254-
sha256: bcabbe399d4042b8ee687e17548d5d3f527255253b4a639f5f8d2094a9c2b45c
254+
sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170"
255255
url: "https://pub.dev"
256256
source: hosted
257-
version: "2.1.3"
257+
version: "2.2.1"
258258
permission_handler:
259259
dependency: "direct main"
260260
description:
261261
name: permission_handler
262-
sha256: "33c6a1253d1f95fd06fa74b65b7ba907ae9811f9d5c1d3150e51417d04b8d6a8"
262+
sha256: ad65ba9af42a3d067203641de3fd9f547ded1410bad3b84400c2b4899faede70
263263
url: "https://pub.dev"
264264
source: hosted
265-
version: "10.2.0"
265+
version: "11.0.0"
266266
permission_handler_android:
267267
dependency: transitive
268268
description:
269269
name: permission_handler_android
270-
sha256: "8028362b40c4a45298f1cbfccd227c8dd6caf0e27088a69f2ba2ab15464159e2"
270+
sha256: ace7d15a3d1a4a0b91c041d01e5405df221edb9de9116525efc773c74e6fc790
271271
url: "https://pub.dev"
272272
source: hosted
273-
version: "10.2.0"
273+
version: "11.0.5"
274274
permission_handler_apple:
275275
dependency: transitive
276276
description:
277277
name: permission_handler_apple
278-
sha256: ee96ac32f5a8e6f80756e25b25b9f8e535816c8e6665a96b6d70681f8c4f7e85
278+
sha256: "99e220bce3f8877c78e4ace901082fb29fa1b4ebde529ad0932d8d664b34f3f5"
279279
url: "https://pub.dev"
280280
source: hosted
281-
version: "9.0.8"
281+
version: "9.1.4"
282282
permission_handler_platform_interface:
283283
dependency: transitive
284284
description:
285285
name: permission_handler_platform_interface
286-
sha256: "68abbc472002b5e6dfce47fe9898c6b7d8328d58b5d2524f75e277c07a97eb84"
286+
sha256: f2343e9fa9c22ae4fd92d4732755bfe452214e7189afcc097380950cf567b4b2
287287
url: "https://pub.dev"
288288
source: hosted
289-
version: "3.9.0"
289+
version: "3.11.5"
290290
permission_handler_windows:
291291
dependency: transitive
292292
description:
293293
name: permission_handler_windows
294-
sha256: f67cab14b4328574938ecea2db3475dad7af7ead6afab6338772c5f88963e38b
294+
sha256: cc074aace208760f1eee6aa4fae766b45d947df85bc831cde77009cdb4720098
295295
url: "https://pub.dev"
296296
source: hosted
297-
version: "0.1.2"
297+
version: "0.1.3"
298298
platform:
299299
dependency: transitive
300300
description:
@@ -307,10 +307,10 @@ packages:
307307
dependency: transitive
308308
description:
309309
name: plugin_platform_interface
310-
sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a
310+
sha256: da3fdfeccc4d4ff2da8f8c556704c08f912542c5fb3cf2233ed75372384a034d
311311
url: "https://pub.dev"
312312
source: hosted
313-
version: "2.1.3"
313+
version: "2.1.6"
314314
process:
315315
dependency: transitive
316316
description:
@@ -384,10 +384,10 @@ packages:
384384
dependency: transitive
385385
description:
386386
name: synchronized
387-
sha256: "33b31b6beb98100bf9add464a36a8dd03eb10c7a8cf15aeec535e9b054aaf04b"
387+
sha256: "5fcbd27688af6082f5abd611af56ee575342c30e87541d0245f7ff99faa02c60"
388388
url: "https://pub.dev"
389389
source: hosted
390-
version: "3.0.1"
390+
version: "3.1.0"
391391
term_glyph:
392392
dependency: transitive
393393
description:
@@ -448,10 +448,10 @@ packages:
448448
dependency: transitive
449449
description:
450450
name: win32
451-
sha256: c9ebe7ee4ab0c2194e65d3a07d8c54c5d00bb001b76081c4a04cdb8448b59e46
451+
sha256: "7dacfda1edcca378031db9905ad7d7bd56b29fd1a90b0908b71a52a12c41e36b"
452452
url: "https://pub.dev"
453453
source: hosted
454-
version: "3.1.3"
454+
version: "5.0.3"
455455
xdg_directories:
456456
dependency: transitive
457457
description:
@@ -462,4 +462,4 @@ packages:
462462
version: "0.2.0+3"
463463
sdks:
464464
dart: ">=3.1.0-185.0.dev <4.0.0"
465-
flutter: ">=3.0.0"
465+
flutter: ">=3.7.0"

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
sdk: flutter
1212
embla_core:
1313
path: ../
14-
permission_handler: ^10.2.0
14+
permission_handler: 11.0.0
1515

1616
dev_dependencies:
1717
flutter_test:

pubspec.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version: "1.0.7+1"
44
homepage: https://embla.is
55
repository: https://github.com/mideind/EmblaCoreFlutter
66
documentation: https://embla.is/embla_core/
7+
publish_to: 'none'
78

89
platforms:
910
android:
@@ -17,7 +18,8 @@ dependencies:
1718
flutter:
1819
sdk: flutter
1920
logger: '^2.0.1'
20-
flutter_soundfork: '^1.0.0'
21+
flutter_soundfork: '^1.0.1'
22+
# path: ../flutter_soundfork/flutter_soundfork
2123
audio_session: '^0.1.14'
2224
web_socket_channel: '^2.4.0'
2325
http: '^1.0.0'

0 commit comments

Comments
 (0)