feat: added scaffold for iOS plugin side
This commit is contained in:
parent
e2d1086f07
commit
7bbaf1b827
51 changed files with 1291 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.liblinphone_flutter_example"
|
||||
namespace = "xyz.nuark.liblinphone_flutter_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.example.liblinphone_flutter_example"
|
||||
applicationId = "xyz.nuark.liblinphone_flutter_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.example.liblinphone_flutter_example
|
||||
package xyz.nuark.liblinphone_flutter_example
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
package xyz.nuark.liblinphone_flutter_example
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
class MainActivity : FlutterActivity()
|
||||
Loading…
Add table
Add a link
Reference in a new issue