We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6789f35 commit e15d0b4Copy full SHA for e15d0b4
example/lib/config.dart
@@ -3,5 +3,5 @@ import 'package:flutter/foundation.dart';
3
// If you are using a real device to test the integration replace this url
4
// with the endpoint of your test server (it usually should be the IP of your computer)
5
final kApiUrl = defaultTargetPlatform == TargetPlatform.android
6
- ? 'http://192.168.0.92:4242'
+ ? 'http://10.0.2.2:4242'
7
: 'http://localhost:4242';
0 commit comments