GithubHelp home page GithubHelp logo

mehulagg / gitpod-flutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vtorres/gitpod-flutter

0.0 1.0 0.0 58 KB

Gitpod Configuration for Flutter Projects

License: MIT License

Dockerfile 36.50% Kotlin 7.19% Swift 8.55% Objective-C 0.78% Dart 43.04% HTML 3.94%

gitpod-flutter's Introduction

Gitpod Flutter

Open in Gitpod

made-with-flutter License: MIT GitHub stars

Setup

Web

  flutter run -d web-server --web-port=8080 --web-hostname=0.0.0.0

Mobile with remote adb

Check your mobile lan ip and feel free to use your own port configuration
  SMARTPHONE_LOCAL_IP = 192.168.0.10 (LAN IP)
  INTERNAL_PORT = 5555
[Localhost command] Run the following command to switch adb on your device to work over the network using the internal port
  adb tcpip INTERNAL_PORT
[Localhost command] Check adb connection from localhost
  adb connect SMARTPHONE_LOCAL_IP:INTERNAL_PORT
[Localhost command] Starts ngrok tcp forwarding to your mobile or if you prefer you can forward a chosen port on your router to the mobile
  • Ngrok describes itself as “expose a local server behind a NAT or firewall to the internet.”, making our lives easier.
  ngrok tcp SMARTPHONE_LOCAL_IP:INTERNAL_PORT
[Gitpod command] Connect from your Gitpod to your localhost for debugging
  adb connect NGROK_ADDRESS:NGROK_PORT
  flutter run -d NGROK_ADDRESS:NGROK_PORT

gitpod-flutter's People

Contributors

mehulagg avatar vtorres avatar

Watchers

 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.