From 0a0b59b200f17dc1a852be7edf3dc7e0d46dddf3 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:35:46 -0700 Subject: [PATCH] fix: project nits (#1318) --- .../main/kotlin/com/rtirl/chat/MainActivity.kt | 3 +-- pubspec.lock | 16 ++++++++-------- pubspec.yaml | 6 +++--- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/android/app/src/main/kotlin/com/rtirl/chat/MainActivity.kt b/android/app/src/main/kotlin/com/rtirl/chat/MainActivity.kt index 3d48f0aa..bbdc619e 100644 --- a/android/app/src/main/kotlin/com/rtirl/chat/MainActivity.kt +++ b/android/app/src/main/kotlin/com/rtirl/chat/MainActivity.kt @@ -36,7 +36,6 @@ class MainActivity : FlutterActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) handleIntent() - } private fun startNotificationService() { @@ -74,7 +73,7 @@ class MainActivity : FlutterActivity() { startService(intent) result.success(true) } - "showNotification" -> { + "showNotification" -> { startNotificationService() result.success(true) } diff --git a/pubspec.lock b/pubspec.lock index 13c6c479..dee8846b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -561,26 +561,26 @@ packages: dependency: "direct main" description: name: just_audio - sha256: b607cd1a43bac03d85c3aaee00448ff4a589ef2a77104e3d409889ff079bf823 + sha256: ee50602364ba83fa6308f5512dd560c713ec3e1f2bc75f0db43618f0d82ef71a url: "https://pub.dev" source: hosted - version: "0.9.36" + version: "0.9.39" just_audio_platform_interface: dependency: transitive description: name: just_audio_platform_interface - sha256: c3dee0014248c97c91fe6299edb73dc4d6c6930a2f4f713579cd692d9e47f4a1 + sha256: "0243828cce503c8366cc2090cefb2b3c871aa8ed2f520670d76fd47aa1ab2790" url: "https://pub.dev" source: hosted - version: "4.2.2" + version: "4.3.0" just_audio_web: dependency: transitive description: name: just_audio_web - sha256: "134356b0fe3d898293102b33b5fd618831ffdc72bb7a1b726140abdf22772b70" + sha256: "0edb481ad4aa1ff38f8c40f1a3576013c3420bf6669b686fe661627d49bc606c" url: "https://pub.dev" source: hosted - version: "0.4.9" + version: "0.4.11" leak_tracker: dependency: transitive description: @@ -1071,10 +1071,10 @@ packages: dependency: "direct main" description: name: wakelock_plus - sha256: "14758533319a462ffb5aa3b7ddb198e59b29ac3b02da14173a1715d65d4e6e68" + sha256: bf4ee6f17a2fa373ed3753ad0e602b7603f8c75af006d5b9bdade263928c0484 url: "https://pub.dev" source: hosted - version: "1.2.5" + version: "1.2.8" wakelock_plus_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 04e04a22..2955394a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: http: ^0.13.6 in_app_purchase: ^3.2.0 intl: ^0.19.0 - just_audio: ^0.9.36 + just_audio: ^0.9.39 linkify: ^5.0.0 metadata_fetch: ^0.4.1 mobile_scanner: ^5.0.2 @@ -47,16 +47,16 @@ dependencies: sticky_headers: ^0.3.0+2 styled_text: ^8.1.0 url_launcher: ^6.3.0 - wakelock_plus: ^1.2.5 + wakelock_plus: ^1.2.8 webview_flutter: ^4.5.0 webview_flutter_android: ^3.14.0 webview_flutter_wkwebview: ^3.11.0 uuid: ^4.4.0 dev_dependencies: - flutter_lints: ^4.0.0 flutter_test: sdk: flutter + flutter_lints: ^4.0.0 flutter: uses-material-design: true