besprechung

This commit is contained in:
Nico
2025-06-06 19:46:29 +02:00
parent 7d85090d4e
commit ccf1643711
13 changed files with 256 additions and 210 deletions

View File

@@ -1,3 +1,4 @@
import 'package:fforte/screens/sharedMethods/send_file.dart';
import 'package:flutter/material.dart';
import 'l10n/app_localizations.dart';
import 'screens/addCam/add_cam_main.dart';
@@ -101,7 +102,7 @@ class HomePage extends StatelessWidget {
minimumSize: const Size(250, 40),
),
onPressed: () {
// _sendFile();
SendFile.sendFile();
},
child: Text(AppLocalizations.of(context)!.sendfile),
),