mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
Update prod port
This commit is contained in:
parent
d070adf287
commit
646b5c55e4
@ -30,7 +30,7 @@ class ConfigViewWidget extends StatefulWidget {
|
||||
|
||||
class _ConfigViewWidget extends State<ConfigViewWidget> {
|
||||
Size sizeScreen = new Size(1080.0, 1920.0); // Tablet resolution
|
||||
String url = "http://192.168.1.19:8089"; //DEV "http://192.168.31.96" http://192.168.31.140:8089
|
||||
String url = "http://192.168.1.19"; //DEV "http://192.168.31.96" http://192.168.31.140:8089
|
||||
bool configOk = false;
|
||||
|
||||
@override
|
||||
@ -226,7 +226,6 @@ class _ConfigViewWidget extends State<ConfigViewWidget> {
|
||||
await DatabaseHelper.instance.insert(tabletAppContext);
|
||||
}
|
||||
|
||||
|
||||
Fluttertoast.showToast(
|
||||
msg: "La tablette a bien été créée",
|
||||
toastLength: Toast.LENGTH_SHORT,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user