How to integrate EVFaceTracker(face tracking ios framework) to a Flutter application? - swift

https://github.com/evermeer/EVFaceTracker
I need some immediate help as i am very stuck...

Related

How to create ios 14 widgets in Flutter app?

i have created an app with flutter for ios and now i have to create widgets which must be customizable in app. I cant find a solution on how to make the connection between ios widgetskit and flutter app which takes data from api. Can anyone help me? Thanks.

Can I build a route recording app with flutter?

I’m hoping to build a map recording app. All I want to know is can I do this with flutter?
Just a typical hiking app that will record my journey and then allow me to keep a record of the trip. With a screenshot.
Would need to record key milestones along the way. I live in the U.K. and I will need the app for both iOS and android. I’m keen to do this in flutter if it’s possible.
Any advice would be appreciated.
Cheers
Yes, it can be done using the Flutter framework and currently available plugins.

Is it possible to record a voice call using the agora sdk on a flutter application?

I am building an application that can record the phone calls that a user places through it. Is it possible to build this application using solely flutter and agora sdk? Is there anything else I would need? Any reference material to help with implementation is welcome!
I am currently building a Flutter application myself that uses the Agora sdk. They make a good wrapper for Flutter framework you can learn more about here.
I haven't looked much into the audio recording but some quick googling and I found this. Read more here .

Making Apps using flutter

Is it possible to build a fully functioning application for iOS and Android using AndroidStudio + Flutter and FireBase alone? This is my first time trying to make a fully functioning mobile application which I want to use as I am constrained with my finances at the moment. I would appreciate the clarification.
Yes, it is possible to make both Android and IOS app using flutter and dart.
Flutter has many benefits. here some example :
Flutter hot reload helps you to build your app very fast.
User fluent. Can use app with excellent user interface design.
It's easy to use function like other OOP languages.
Update everyday with new features.
Flutter user community is increasing day by day .
Check the flutter docs for more info
Yes, Flutter can produce a fully functioning application for both iOS and Android platforms.
there are some apps built with Flutter. check them here
I am a native Android developer and I did some iOS as well. I started learning Flutter a couple of days ago and it seems promising.

Desktop Application with Ionic framework

is there anyone who will help me about ionic framework.
I want to know that can we develop desktop and mobile application both with single codebase in ionic framework.
I want to know that can we develop desktop and mobile application both with single codebase in ionic framework.
Yes, this is exactly the purpose of Ionic.
Check out what is Ionic.
Yes, however you will find a few Ionic components do not provide an ideal user experience on the desktop. For example, ion-datetime should probably work as a dialog on a large screen, instead uses a mobile and touch only friendly slide-up UI with selection characteristics that make number choice with a mouse quite difficult.
Give Electron a try, on youtube search with: Ionic Framework with Electron for building Desktop Application.