Ajayraj Singh
Ajayraj Singh
Does your device have miracast? I know with it touch wouldn't work but much of the devices have miracast compatibility.
Updated Screenshot in the Camphish README.md.
@BetaPundit can you please share the Tensorflow file of yogaClassifier. By which we could adjust the input/output constraints to our needs? I'm looking for main tensorflow classifier not the tflite...
@VikashIOS The solution to this problem could be **system_alert_window** plugin. [here](https://pub.flutter-io.cn/packages/system_alert_window) (Works only with android) Using this you can display a call screen whenever you receive a call on the...
@kazimad Have you upgraded google_sign_in and firebase_authentication plugins from the versions used in this repo?
Seems this problem is caused by interrupting cocoapods install. Try: 1. Remove ios/Flutter/Flutter.framework from your project 2. Run "pod install" in ios directory. Flutter.framework should be generated, including Flutter.h file...
Though it isn't an issue with this repo, but still it's good you asked. For what you are stating above you can use contact_services plugin, to fetch contacts list. [check...