Skip to content

Commit ea53a0b

Browse files
rajveermalviyagnprice
authored andcommitted
deps: Add wakelock_plus
1 parent a9b2016 commit ea53a0b

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ PODS:
145145
- video_player_avfoundation (0.0.1):
146146
- Flutter
147147
- FlutterMacOS
148+
- wakelock_plus (0.0.1):
149+
- Flutter
148150

149151
DEPENDENCIES:
150152
- app_settings (from `.symlinks/plugins/app_settings/ios`)
@@ -162,6 +164,7 @@ DEPENDENCIES:
162164
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
163165
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
164166
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
167+
- wakelock_plus (from `.symlinks/plugins/wakelock_plus/ios`)
165168

166169
SPEC REPOS:
167170
trunk:
@@ -211,6 +214,8 @@ EXTERNAL SOURCES:
211214
:path: ".symlinks/plugins/url_launcher_ios/ios"
212215
video_player_avfoundation:
213216
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
217+
wakelock_plus:
218+
:path: ".symlinks/plugins/wakelock_plus/ios"
214219

215220
SPEC CHECKSUMS:
216221
app_settings: 017320c6a680cdc94c799949d95b84cb69389ebc
@@ -242,6 +247,7 @@ SPEC CHECKSUMS:
242247
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
243248
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
244249
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
250+
wakelock_plus: 78ec7c5b202cab7761af8e2b2b3d0671be6c4ae1
245251

246252
PODFILE CHECKSUM: 7ed5116924b3be7e8fb75f7aada61e057028f5c7
247253

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import share_plus
1616
import sqlite3_flutter_libs
1717
import url_launcher_macos
1818
import video_player_avfoundation
19+
import wakelock_plus
1920

2021
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2122
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
@@ -29,4 +30,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2930
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
3031
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
3132
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
33+
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
3234
}

macos/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ PODS:
104104
- video_player_avfoundation (0.0.1):
105105
- Flutter
106106
- FlutterMacOS
107+
- wakelock_plus (0.0.1):
108+
- FlutterMacOS
107109

108110
DEPENDENCIES:
109111
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
@@ -118,6 +120,7 @@ DEPENDENCIES:
118120
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
119121
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
120122
- video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`)
123+
- wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`)
121124

122125
SPEC REPOS:
123126
trunk:
@@ -157,6 +160,8 @@ EXTERNAL SOURCES:
157160
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
158161
video_player_avfoundation:
159162
:path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin
163+
wakelock_plus:
164+
:path: Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos
160165

161166
SPEC CHECKSUMS:
162167
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
@@ -181,6 +186,7 @@ SPEC CHECKSUMS:
181186
sqlite3_flutter_libs: 5ca46c1a04eddfbeeb5b16566164aa7ad1616e7b
182187
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
183188
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
189+
wakelock_plus: 4783562c9a43d209c458cb9b30692134af456269
184190

185191
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
186192

pubspec.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,22 @@ packages:
12801280
url: "https://pub.dev"
12811281
source: hosted
12821282
version: "14.2.5"
1283+
wakelock_plus:
1284+
dependency: "direct main"
1285+
description:
1286+
name: wakelock_plus
1287+
sha256: bf4ee6f17a2fa373ed3753ad0e602b7603f8c75af006d5b9bdade263928c0484
1288+
url: "https://pub.dev"
1289+
source: hosted
1290+
version: "1.2.8"
1291+
wakelock_plus_platform_interface:
1292+
dependency: transitive
1293+
description:
1294+
name: wakelock_plus_platform_interface
1295+
sha256: "422d1cdbb448079a8a62a5a770b69baa489f8f7ca21aef47800c726d404f9d16"
1296+
url: "https://pub.dev"
1297+
source: hosted
1298+
version: "1.2.1"
12831299
watcher:
12841300
dependency: transitive
12851301
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dependencies:
6363
url_launcher: ^6.1.11
6464
url_launcher_android: ">=6.1.0"
6565
video_player: ^2.8.3
66+
wakelock_plus: ^1.2.8
6667
zulip_plugin:
6768
path: ./packages/zulip_plugin
6869
flutter_checks: ^0.1.1

0 commit comments

Comments
 (0)