Code Monkey home page Code Monkey logo

ar_flutter_ti's Introduction

ar_flutter_ti

Augmented Reality (AR)

Flutter Plugin for (collaborative) Augmented Reality.
Many thanks to Oleksandr Leuschenko and CariusLars for the ar_flutter_plugin.

Getting Started

I probed only Android platform.
vsc : Visual Studio Code.

Installing

You created clone repository from ar_flutter_ti.
Install Flutter, Dart extensions etc. in Visual Studio Code.

Flutter : Flutter.
Dart : Dart.

IDE :

IDE


Open Folder the ar_flutter_ti directory.
You connected you android mobil. Android version is >= 9.

Debug version is in terminal windows:

./ar_demo_ti/android/local.properties:
sdk.dir=d:/Users/Appdata/Android/sdk  // overwrite this with the name of your own sdk.dir of directory.
flutter.sdk=d:\\ProgramFiles\\flutter // overwrite this with the name of your own flutter.dir of directory.
.
.

cd ar_demo_ti

In Run menu "Start Debuging" or "Run Without Debugging".

Release version is in terminal windows:

Flutter clean
flutter build apk
flutter install

// To the Google Play bundle file type and
// if your need the new key.properties, then 
// generating key create a file called key.properties in the android directory.
// this is need the for the bundle file.
// My key is good.
// https://dev.to/mimanjh/flutter-deploying-your-app-to-play-store-2nnc
// my batch file in ./key_tool/keytool.bat

flutter build appbundle 

App result images:

1. 2.


3. 4.


5. 6.



YouTube video (click):

YouTube video


The name is in the Google Play: ar_demo_ti

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.