You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This will add a line with the dependency like this to your `pubspec.yaml`:
50
50
51
51
```yml
52
52
dependencies:
53
-
snowplow_tracker: ^0.7.0
53
+
snowplow_tracker: ^0.7.1
54
54
```
55
55
56
56
Import the package into your Dart code:
@@ -196,7 +196,7 @@ Running the integration tests on Android/iOS:
196
196
2. Run the integration tests (replace the Snowplow Micro URI with your IP address and set your iPhone or Android simulator name or remove to use default):
197
197
198
198
```bash
199
-
flutter test integration_test --dart-define=ENDPOINT=http://192.168.100.127:9090 -d "iPhone 13 Pro"
199
+
flutter test integration_test --dart-define=ENDPOINT=http://192.168.0.20:9090 -d "iPhone 13 Pro"
200
200
```
201
201
202
202
Alternatively, you may also run the integration tests directly from Visual Studio Code.
0 commit comments