A journey to Flutter liveness (pt1)

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gmlkit_liveness

    App to test the usage of GoogleMLKit to detect liveness

    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.

    InfluxDB logo
  • google_ml_kit_flutter

    A flutter plugin that implements Google's standalone ML Kit

    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 🚀).

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

    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 🚀).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is Flutter frontend or backend?

    1 project | dev.to | 19 Aug 2024
  • Pay Picker: Fun way to decide who's paying | #BuildBetterOnStellar

    7 projects | dev.to | 18 Aug 2024
  • Little More Control

    1 project | dev.to | 9 Aug 2024
  • Problemas com rebuilds ao navegar? Acho que posso te ajudar.

    1 project | dev.to | 6 Aug 2024
  • Deploying Flutter Web to S3 with CodeCommit, Codepipeline, Codebuild and CodeDeploy

    1 project | dev.to | 19 Jun 2024

Did you konow that Dart is
the 20th most popular programming language
based on number of metions?