Skip to content

Commit

Permalink
Updated project for flutter 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Oauth-Celestial committed Jun 8, 2023
2 parents 4677b29 + 363397d commit f24f47e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 533 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

app_lock_flutter

- This is a applock application based on flutter and it is only for Android.
- app_lock_flutter depends on method channels to trigger background services in MainActivity.kt, also uses Getx state management.
- it uses USAGE_STATS to trigger application activities.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ForegroundService : Service() {

override fun onCreate() {
super.onCreate()
val channelId = "Switchup-10"
val channelId = "AppLock-10"
val channel = NotificationChannel(
channelId,
"Channel human readable title",
Expand Down
Loading

0 comments on commit f24f47e

Please sign in to comment.