Skip to content

aanchal641/vartalap

 
 

Repository files navigation

Gitpod ready-to-code

Vartalap

Vartalap is an open source personal chat application. It is design to provide the level of transparency in the personal messaging application with your data.

Get it on Google Play

Setup with gitpod

flutter channel master

flutter doctor -v

Feel free to use your own ports configuration

SMARTPHONE_INTERNAL_IP = 192.168.0.10

SMARTPHONE_INTERNAL_PORT = 5555

[Localhost command] To switch adb on your device to work over the network using port 5555

adb tcpip SMARTPHONE_INTERNAL_PORT

[Localhost command] Check connection from localhost

adb connect SMARTPHONE_INTERNAL_IP:SMARTPHONE_INTERNAL_PORT

[Localhost command] Ngrok tcp forward to your mobile or Forward a chosen port on your router

ngrok tcp SMARTPHONE_INTERNAL_IP:SMARTPHONE_INTERNAL_PORT

[Gitpod command] Connect from your Gitpod to your localhost for debugging

adb connect NGROK_ADDRESS:NGROK_PORT

flutter run

Packages

No packages published

Languages

  • Dart 96.8%
  • Java 1.0%
  • HTML 0.9%
  • Dockerfile 0.9%
  • Swift 0.3%
  • Kotlin 0.1%