Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
group = "com.intaleq_driver.trip_overlay_plugin"
|
||||
group = "com.siro_driver.trip_overlay_plugin"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
buildscript {
|
||||
@@ -25,7 +25,7 @@ apply plugin: "com.android.library"
|
||||
apply plugin: "kotlin-android"
|
||||
|
||||
android {
|
||||
namespace = "com.intaleq_driver.trip_overlay_plugin"
|
||||
namespace = "com.siro_driver.trip_overlay_plugin"
|
||||
|
||||
compileSdk = 36
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.intaleq_driver.trip_overlay_plugin
|
||||
package com.siro_driver.trip_overlay_plugin
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.intaleq_driver.trip_overlay_plugin
|
||||
package com.siro_driver.trip_overlay_plugin
|
||||
|
||||
import android.content.BroadcastReceiver
|
||||
import android.content.Context
|
||||
@@ -28,7 +28,7 @@ class TripOverlayReceiver : BroadcastReceiver() {
|
||||
|
||||
companion object {
|
||||
const val TAG = "TripOverlayReceiver"
|
||||
const val ACTION = "com.intaleq_driver.SHOW_OVERLAY"
|
||||
const val ACTION = "com.siro_driver.SHOW_OVERLAY"
|
||||
const val EXTRA_TRIP_DATA = "trip_data"
|
||||
const val EXTRA_AUTO_CLOSE = "auto_close_seconds"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.intaleq_driver.trip_overlay_plugin
|
||||
package com.siro_driver.trip_overlay_plugin
|
||||
|
||||
import android.app.*
|
||||
import android.content.Context
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.intaleq_driver.trip_overlay_plugin
|
||||
package com.siro_driver.trip_overlay_plugin
|
||||
|
||||
import io.flutter.plugin.common.MethodCall
|
||||
import io.flutter.plugin.common.MethodChannel
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.intaleq_driver.trip_overlay_plugin_example"
|
||||
namespace = "com.siro_driver.trip_overlay_plugin_example"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
@@ -21,7 +21,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "com.intaleq_driver.trip_overlay_plugin_example"
|
||||
applicationId = "com.siro_driver.trip_overlay_plugin_example"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.intaleq_driver.trip_overlay_plugin_example
|
||||
package com.siro_driver.trip_overlay_plugin_example
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ flutter:
|
||||
plugin:
|
||||
platforms:
|
||||
android:
|
||||
package: com.intaleq_driver.trip_overlay_plugin
|
||||
package: com.siro_driver.trip_overlay_plugin
|
||||
pluginClass: TripOverlayPlugin
|
||||
|
||||
# To add assets to your plugin package, add an assets section, like this:
|
||||
|
||||
Reference in New Issue
Block a user