From 24b7b69405cdf7d0907b155f42e6b0985423c421 Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Sat, 17 Dec 2022 10:55:01 +0100 Subject: [PATCH] Test CI --- .idea/libraries/Dart_Packages.xml | 128 ++++++++++++++++++ .../lib/position/location.dart | 1 + 2 files changed, 129 insertions(+) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index f8237c9..5b21219 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -2,6 +2,20 @@ + + @@ -611,13 +725,19 @@ + + + + + + @@ -632,6 +752,7 @@ + @@ -643,11 +764,13 @@ + + @@ -663,19 +786,24 @@ + + + + + diff --git a/Sources/dafl_project_flutter/lib/position/location.dart b/Sources/dafl_project_flutter/lib/position/location.dart index 1978152..620f4bc 100644 --- a/Sources/dafl_project_flutter/lib/position/location.dart +++ b/Sources/dafl_project_flutter/lib/position/location.dart @@ -4,6 +4,7 @@ import 'dart:convert'; import 'dart:async'; import '../main.dart'; + class Location { static Future> sendCurrentLocation() async { Uri uri = Uri.parse("http://89.83.53.34/phpmyadmin/dafldev/insert.php");