dev_v3.13.6_CS
haroon amjad 1 year ago
parent 62bc29d450
commit e9accb00ef

@ -11,7 +11,6 @@ class WhatsAppCodeActivity : FlutterFragmentActivity() {
super.onCreate(savedInstanceState)
WhatsApp.handleOTP(intent){code ->
WhatsAppOtpPlatformBridge.result?.success(code);
println("the code is $code")
finish()
}
}

@ -1,6 +1,6 @@
include ':app'
include ':vital-sign-engine'
project(':vital-sign-engine').projectDir = new File('C:\\Users\\taha.alam\\AndroidStudioProjects\\diplomatic-quarter\\packages\\vital_sign_camera\\android\\libs')
project(':vital-sign-engine').projectDir = new File('/Users/mohamedmekawy/Documents/Work/DiplomaticQuarter_3.16/packages/vital_sign_camera/android/libs')
def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

@ -28,7 +28,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_frameworks! :linkage => :static
use_modular_headers!
pod 'OpenTok', '~> 2.22.0'

@ -0,0 +1 @@
TODO: Add your license here.

@ -0,0 +1,4 @@
include: package:flutter_lints/flutter.yaml
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Loading…
Cancel
Save