Skip to content

Commit 6f527ca

Browse files
committed
Fixed support for multiple devices at the same time
1 parent 6cfc1ed commit 6f527ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If this project help you reduce time to develop, you can give me a cup of coffee
1414
1. position to your FlutterFlow project in terminal `cd /path/to/your/ff/project`
1515
2. copy directory `./tools` and scripts `./run` and `./watch` from this repository to your existing FlutterFlow app with this command
1616

17-
`curl -sSL https://raw.githubusercontent.com/stepanic/flutterflow-socket/v0.1.0/installer.sh | sh`
17+
`curl -sSL https://raw.githubusercontent.com/stepanic/flutterflow-socket/v0.1.1/installer.sh | sh`
1818

1919
![Installation](https://raw.githubusercontent.com/stepanic/flutterflow-socket/692874364f8fa85fa2c198d6d31a2b7ef48d533e/screenshots/001-installation.png)
2020

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ then
1010
fi
1111

1212
# $1 is the flutter device ID
13-
flutter run -d "$1" --pid-file /tmp/flutter.pid
13+
flutter run -d "$1" --pid-file "/tmp/flutter-$1.pid"

0 commit comments

Comments
 (0)