Giter VIP home page Giter VIP logo

curly-engine's Introduction

DOT Flutter SDK Example

A collection of quickstart samples demonstrating the DOT Flutter SDK. Read more about DOT Flutter SDK.

Setup

Choose your unique identifier (e.g. com.company.dot.flutter.example). This identifier is used as an Application ID (Android) and Bundle ID (iOS) in your host apps of the DOT Flutter SDK Example.

Setup for Android platform

Replace applicationId in android/app/build.gradle with your unique identifier. Instead of:

applicationId 'com.innovatrics.dot.flutter.example'

there will be a new unique identifier. For example:

applicationId 'com.company.dot.flutter.example'

Setup for iOS platform

  1. Check if your CocoaPods is up to date with the command pod --version. If not, use the command [sudo] gem install cocoapods.
  2. Run pod install --repo-update command in the ios directory in the project.
  3. After the pod installation is finished, open Runner.xcworkspace in Xcode.
  4. In the General tab of DotSdkSamples target, set your unique Bundle Identifier.
  5. Complete app signing configuration using your certificates and profiles.

Setup for both platforms

  1. To obtain a license file, please contact [email protected] and send them your unique identifier.
  2. Add the license file to assets/dot_license.lic.

Samples

Sample Description
Document Auto Capture Basic component sample.
Face Auto Capture Basic component sample.
MagnifEye Liveness Basic component sample.

In case when the samples do not work because of the expired DOT license, please contact [email protected] in order to obtain a new license file.

Changelog

All notable changes are documented in CHANGELOG.md.

The format is based on Keep a Changelog.

Versioning

This project adheres to Semantic Versioning.

curly-engine's People

Contributors

inno-juraj-haluska avatar milleradulu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.