Skip to content

serverio-rb/serverio_rb_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverio_rb_flutter

serverio-rb mobile client.

Before start

Run serverio-rb on your server.

Run app

From shell

$ flutter run --dart-define=SEVERIO_HOST=your_host -- dart-define=SEVERIO_PORT=your_port

Defines

Parameter Value Example
SEVERIO_HOST IP address of your running serverio-rb instance 192.168.100.48
SEVERIO_PORT Port of your running serverio-rb instance 9292

Contributors