luc sitzung
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import 'package:fforte/addCam/add_cam_main.dart';
|
||||
import 'package:fforte/other/db_helper.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
import 'package:flutter_popup_card/flutter_popup_card.dart';
|
||||
// * Site that shows all entries in the databases
|
||||
@@ -132,11 +134,14 @@ class _ViewCamsState extends State<ViewCams> {
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Text(AppLocalizations.of(context)!.placedata),
|
||||
const SizedBox(
|
||||
width: 250,
|
||||
),
|
||||
Text(AppLocalizations.of(context)!.sent),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: Text(
|
||||
AppLocalizations.of(context)!.placedata)),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child:
|
||||
Text(AppLocalizations.of(context)!.sent)),
|
||||
],
|
||||
),
|
||||
const SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user