From 412556b3f32d437025a547112b5ac79337b2483e Mon Sep 17 00:00:00 2001 From: Bene Date: Wed, 3 Dec 2025 03:05:34 +0100 Subject: [PATCH] =?UTF-8?q?Entferne=20PocketBase-Abh=C3=A4ngigkeit=20und?= =?UTF-8?q?=20Analytics-Skript=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/screens/final_clearance_page.dart | 18 ------------------ pubspec.lock | 8 -------- pubspec.yaml | 1 - web/index.html | 3 +++ 4 files changed, 3 insertions(+), 27 deletions(-) diff --git a/lib/screens/final_clearance_page.dart b/lib/screens/final_clearance_page.dart index 514a172..6ba72bf 100644 --- a/lib/screens/final_clearance_page.dart +++ b/lib/screens/final_clearance_page.dart @@ -1,5 +1,4 @@ import 'package:flutter/material.dart'; -import 'package:pocketbase/pocketbase.dart'; // Import the PocketBase package import 'expectation_input_page.dart'; import '../widgets/clearance_field.dart'; @@ -33,7 +32,6 @@ class FinalClearanceDisplayState extends State { late String altitude; late String squawk; late String frequency; - final PocketBase pb = PocketBase('https://backend.degnedict.de'); // Initialize PocketBase @override void initState() { @@ -43,24 +41,8 @@ class FinalClearanceDisplayState extends State { altitude = widget.altitude; squawk = widget.squawk; frequency = widget.frequency; - - _createPageViewRecord(); // Create a record with the current timestamp } -// Function to create a new record with a timestamp in epoch milliseconds in your PocketBase collection -Future _createPageViewRecord() async { - try { - // Get the current time in epoch milliseconds - int currentTimeInMillis = DateTime.now().millisecondsSinceEpoch; - - // Create a new record in the collection with the current epoch time - await pb.collection('IFRbuddyUsage').create(body: { - 'timestamp': currentTimeInMillis, // Save current timestamp as epoch time (milliseconds) - }); - } catch (e) { - } -} - // Navigate back to the first page (ExpectationInputPage) void _navigateHome(BuildContext context) { Navigator.pushAndRemoveUntil( diff --git a/pubspec.lock b/pubspec.lock index 5de3bd3..4c61639 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -288,14 +288,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.8" - pocketbase: - dependency: "direct main" - description: - name: pocketbase - sha256: "1d2958a3a7cb1e0050f425f179bd6557441fafcf740a79d5b8b80d6954149790" - url: "https://pub.dev" - source: hosted - version: "0.18.1" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index a112bad..233e1f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,7 +37,6 @@ dependencies: http: ^1.2.2 shared_preferences: ^2.3.2 flutter_launcher_icons: ^0.14.1 - pocketbase: ^0.18.1 dev_dependencies: flutter_test: sdk: flutter diff --git a/web/index.html b/web/index.html index effcf5c..9df878f 100644 --- a/web/index.html +++ b/web/index.html @@ -37,6 +37,9 @@ ifrbuddy + + +