-
The startup of a project is always a good thing. You know, follow up the docs for the init, run a flutter create my_app or do it using vscode through the command bar. I'll be using FVM to manage the Flutter version and you can check out the full code here.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
If you copy write your first ever approach to face detection, it can be very straightforward to reach data and have the results, unless by one problem: if you're using android and android-camerax plugin, you will not be able use the camera image with face detection. This is because although you must've set ImageFormatGroup.nv21 as the output format, the current version of the flutter android-camerax plugin will only provide images using the yuv_420_888 format (you may find more info here). The good part is that someone provided a solution (community always rocks 🚀).
-
If you copy write your first ever approach to face detection, it can be very straightforward to reach data and have the results, unless by one problem: if you're using android and android-camerax plugin, you will not be able use the camera image with face detection. This is because although you must've set ImageFormatGroup.nv21 as the output format, the current version of the flutter android-camerax plugin will only provide images using the yuv_420_888 format (you may find more info here). The good part is that someone provided a solution (community always rocks 🚀).