Git Product home page Git Product logo

ar's Introduction

Augmented Reality with Google Maps in Dart

Display AR objects when users arrive at a specific location

Installation

Android

  1. Flutter setup on Linux
git clone https://github.com/flutter/flutter.git
export PATH="$PATH:`pwd`/flutter/bin"
flutter doctor
# Append the export to .bashrc file
echo "export PATH="$PATH:`pwd`/flutter/bin"" >> ~/.bashrc
flutter doctor
  1. Download and install Android Studio
    • 2.1. Start Android Studio.
    • 2.2. Open plugin preferences (File > Settings > Plugins).
    • 2.3. Make sure tab Marketplace is selected before search.
    • 2.4. Type in Flutter in the search box, Select the Flutter plugin and click Install.
    • 2.5. Click Yes when prompted to install the Dart plugin.
    • 2.6. Click Restart when prompted.
    • 2.7. Open File > Settings > Languages & Frameworks > Flutter
    • 2.8. Set the path to the flutter SDK as same as set in the PATH, or it can be get by:
    which flutter
    • 2.9. Open File > Settings > Languages & Frameworks > Dart
    • 2.10. Set the path to the Dart SDK, normally, it should be generated automatically, but in case it is not, set to flutter/bin/cache/dart-sdk For example: if the path to Flutter is: /home/congnt/flutter/bin/flutter Then the path to Dark is: /home/congnt/flutter/bin/cache/dart-sdk
    • 2.11. Restart the Android Studio
  2. Clone the project
git clone https://github.com/binpoi/cross-ux
cd cross-ux
flutter pub get
  1. Open the project using the Android Studio
  2. Run the project

iOS

Reference

Installation

ar's People

Contributors

congnguyenthe avatar

Watchers

Soroush Beigi 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.