Update prod port

This commit is contained in:
Fransolet Thomas 2022-04-09 15:41:56 +02:00
parent d070adf287
commit 646b5c55e4

View File

@ -30,7 +30,7 @@ class ConfigViewWidget extends StatefulWidget {
class _ConfigViewWidget extends State<ConfigViewWidget> { class _ConfigViewWidget extends State<ConfigViewWidget> {
Size sizeScreen = new Size(1080.0, 1920.0); // Tablet resolution 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; bool configOk = false;
@override @override
@ -226,7 +226,6 @@ class _ConfigViewWidget extends State<ConfigViewWidget> {
await DatabaseHelper.instance.insert(tabletAppContext); await DatabaseHelper.instance.insert(tabletAppContext);
} }
Fluttertoast.showToast( Fluttertoast.showToast(
msg: "La tablette a bien été créée", msg: "La tablette a bien été créée",
toastLength: Toast.LENGTH_SHORT, toastLength: Toast.LENGTH_SHORT,