skip to Main Content

Flutter for face recognition

do anyone know how to archieve this? I have been trying it with tensorflow lite but i always get "Interpreter has not been initialized" and im not getting more error messages. there are other lib that can do this work?…

VIEW QUESTION

hide statusbar in flutter

When I want to hide the status bar, it gets hidden but a black bar takes its place. How can I fix this? ' void main()async { runApp(MyApp()); SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersive); } ''' and I use all of these feilds : '''…

VIEW QUESTION
Back To Top
Search