Skip to content

Commit

Permalink
fix: project nits (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored Aug 21, 2024
1 parent fa77709 commit 0a0b59b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions android/app/src/main/kotlin/com/rtirl/chat/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class MainActivity : FlutterActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
handleIntent()

}

private fun startNotificationService() {
Expand Down Expand Up @@ -74,7 +73,7 @@ class MainActivity : FlutterActivity() {
startService(intent)
result.success(true)
}
"showNotification" -> {
"showNotification" -> {
startNotificationService()
result.success(true)
}
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0a0b59b

Please sign in to comment.