diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f30c282c..f95b0c5b 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -93,8 +93,6 @@ PODS: - video_thumbnail (0.0.1): - Flutter - libwebp - - wakelock (0.0.1): - - Flutter DEPENDENCIES: - awesome_notifications (from `.symlinks/plugins/awesome_notifications/ios`) @@ -108,7 +106,6 @@ DEPENDENCIES: - status_bar_control (from `.symlinks/plugins/status_bar_control/ios`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - video_thumbnail (from `.symlinks/plugins/video_thumbnail/ios`) - - wakelock (from `.symlinks/plugins/wakelock/ios`) SPEC REPOS: trunk: @@ -148,8 +145,6 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/url_launcher_ios/ios" video_thumbnail: :path: ".symlinks/plugins/video_thumbnail/ios" - wakelock: - :path: ".symlinks/plugins/wakelock/ios" SPEC CHECKSUMS: awesome_notifications: 04530aafec8dac4635244ed4b4072f4aea6cc938 @@ -175,7 +170,6 @@ SPEC CHECKSUMS: status_bar_control: 7c84146799e6a076315cc1550f78ef53aae3e446 url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de video_thumbnail: c4e2a3c539e247d4de13cd545344fd2d26ffafd1 - wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f PODFILE CHECKSUM: c13e46c3c62e4a32689ef7c4ce943adb97fc468c diff --git a/lib/utils/theme.dart b/lib/utils/theme.dart index 60467a2a..6d3ddf63 100644 --- a/lib/utils/theme.dart +++ b/lib/utils/theme.dart @@ -271,10 +271,19 @@ ThemeData createTheme({ brightness: light ? Brightness.light : Brightness.dark, ), tooltipTheme: TooltipThemeData( + textStyle: Platform.isWindows || Platform.isLinux || Platform.isMacOS + ? TextStyle( + fontSize: 12.0, + color: light ? Colors.white : Colors.black, + ) + : null, decoration: BoxDecoration( color: light ? Colors.black : Colors.white, - borderRadius: BorderRadius.circular(4.0), + borderRadius: Platform.isAndroid || Platform.isIOS + ? BorderRadius.circular(16.0) + : BorderRadius.circular(4.0), ), + height: Platform.isAndroid || Platform.isIOS ? 32.0 : null, verticalOffset: Platform.isWindows || Platform.isLinux || Platform.isMacOS ? 36.0 : null, diff --git a/pubspec.lock b/pubspec.lock index b697b3fc..13a59d35 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -164,13 +164,6 @@ packages: url: "https://github.com/alexmercerind/fijkplayer.git" source: git version: "0.10.1" - fijkplayer_skin: - dependency: "direct main" - description: - name: fijkplayer_skin - url: "https://pub.dartlang.org" - source: hosted - version: "2.2.8" file: dependency: transitive description: @@ -618,41 +611,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.5.0" - wakelock: - dependency: transitive - description: - name: wakelock - url: "https://pub.dartlang.org" - source: hosted - version: "0.5.6" - wakelock_macos: - dependency: transitive - description: - name: wakelock_macos - url: "https://pub.dartlang.org" - source: hosted - version: "0.4.0" - wakelock_platform_interface: - dependency: transitive - description: - name: wakelock_platform_interface - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.0" - wakelock_web: - dependency: transitive - description: - name: wakelock_web - url: "https://pub.dartlang.org" - source: hosted - version: "0.4.0" - wakelock_windows: - dependency: transitive - description: - name: wakelock_windows - url: "https://pub.dartlang.org" - source: hosted - version: "0.2.0" watcher: dependency: transitive description: