flutter_callkit_incoming_yoer 2.0.4+3 copy "flutter_callkit_incoming_yoer: ^2.0.4+3" to clipboard
flutter_callkit_incoming_yoer: ^2.0.4+3 copied to clipboard

Flutter Callkit Incoming to show callkit screen in your Flutter app.

This is a fork project, please use the original project

diff list:

  1. ./android/src/main/AndroidManifest.xml android:exported="true" => android:exported="false"
  2. ./android/build.gradle(fix > 'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.)
    1. implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" => implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
    2. added follows:
          compileOptions {
              sourceCompatibility = JavaVersion.VERSION_1_8
              targetCompatibility = JavaVersion.VERSION_1_8
          }
      
          kotlinOptions {
              jvmTarget = '1.8'
          }
      
5
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Callkit Incoming to show callkit screen in your Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_annotation

More

Packages that depend on flutter_callkit_incoming_yoer