Add wakelock for iOS
This commit is contained in:
parent
32000499b5
commit
0e1484ebea
1 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,8 @@ PODS:
|
|||
- Flutter
|
||||
- video_player_web (0.0.1):
|
||||
- Flutter
|
||||
- wakelock (0.0.1):
|
||||
- Flutter
|
||||
|
||||
DEPENDENCIES:
|
||||
- connectivity (from `.symlinks/plugins/connectivity/ios`)
|
||||
|
@ -90,6 +92,7 @@ DEPENDENCIES:
|
|||
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
||||
- video_player (from `.symlinks/plugins/video_player/ios`)
|
||||
- video_player_web (from `.symlinks/plugins/video_player_web/ios`)
|
||||
- wakelock (from `.symlinks/plugins/wakelock/ios`)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
|
@ -145,6 +148,8 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/video_player/ios"
|
||||
video_player_web:
|
||||
:path: ".symlinks/plugins/video_player_web/ios"
|
||||
wakelock:
|
||||
:path: ".symlinks/plugins/wakelock/ios"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
connectivity: 6e94255659cc86dcbef1d452ad3e0491bb1b3e75
|
||||
|
@ -175,6 +180,7 @@ SPEC CHECKSUMS:
|
|||
sqflite: 4001a31ff81d210346b500c55b17f4d6c7589dd0
|
||||
video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
|
||||
video_player_web: da8cadb8274ed4f8dbee8d7171b420dedd437ce7
|
||||
wakelock: 0d4a70faf8950410735e3f61fb15d517c8a6efc4
|
||||
|
||||
PODFILE CHECKSUM: dc81df99923cb3d9115f3b6c3d7e730abfec780b
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue