added view view places header and maybe fixed dropdown button for one thing
This commit is contained in:
9
Todo.txt
9
Todo.txt
@@ -1,21 +1,20 @@
|
|||||||
todo:
|
todo:
|
||||||
maybe auch vorschläge aus templates in dropdown menüs anzeigen
|
|
||||||
im englischen abändern
|
|
||||||
zurückfeld in datenansicht
|
|
||||||
überschriften für view cams
|
|
||||||
dropdown menü fixen (ai fragen)
|
dropdown menü fixen (ai fragen)
|
||||||
fehler beim speichern anzeigen
|
fehler beim speichern anzeigen
|
||||||
nach koordinaten lkr auswählen (esri-leaflet-geocoder)
|
nach koordinaten lkr auswählen (esri-leaflet-geocoder)
|
||||||
fix ktage und nebeneinander positioniere
|
fix ktage und nebeneinander positioniere
|
||||||
textdateien auch an server senden
|
textdateien auch an server senden
|
||||||
ausvon und ausbis fixen (falsches datum übergeben (20000-01-01))
|
ausvon und ausbis fixen (falsches datum übergeben (20000-01-01))
|
||||||
|
zurückfeld in datenansicht
|
||||||
|
maybe auch vorschläge aus templates in dropdown menüs anzeigen
|
||||||
|
im englischen abändern
|
||||||
|
|
||||||
keine ahnung obs funktioniert:
|
keine ahnung obs funktioniert:
|
||||||
eintrg in db wenn http response (in sent column)
|
eintrg in db wenn http response (in sent column)
|
||||||
|
|
||||||
|
|
||||||
not to do:
|
not to do:
|
||||||
|
überschriften für view cams
|
||||||
schritte latlang umbenennen
|
schritte latlang umbenennen
|
||||||
gespeicherten ordner anzeigen
|
gespeicherten ordner anzeigen
|
||||||
Überall absätze machen und textfeld größer wenn langer text
|
Überall absätze machen und textfeld größer wenn langer text
|
||||||
|
|||||||
@@ -126,6 +126,22 @@ class _ViewCamsState extends State<ViewCams> {
|
|||||||
),
|
),
|
||||||
body: Column(
|
body: Column(
|
||||||
children: [
|
children: [
|
||||||
|
const SizedBox(
|
||||||
|
height: 10,
|
||||||
|
),
|
||||||
|
Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Text(AppLocalizations.of(context)!.placedata),
|
||||||
|
const SizedBox(
|
||||||
|
width: 250,
|
||||||
|
),
|
||||||
|
Text(AppLocalizations.of(context)!.sent),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
height: 15,
|
||||||
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
itemCount: snapshot.data!.length,
|
itemCount: snapshot.data!.length,
|
||||||
@@ -149,93 +165,94 @@ class _ViewCamsState extends State<ViewCams> {
|
|||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius:
|
borderRadius:
|
||||||
BorderRadius.circular(12)),
|
BorderRadius.circular(12)),
|
||||||
|
child: Container(
|
||||||
child: Container(
|
decoration: BoxDecoration(
|
||||||
|
borderRadius:
|
||||||
decoration:
|
BorderRadius.circular(12),
|
||||||
BoxDecoration(
|
color:
|
||||||
borderRadius: BorderRadius.circular(12),
|
Theme.of(context).cardColor,
|
||||||
color: Theme.of(context).cardColor,
|
boxShadow: [
|
||||||
boxShadow: [
|
BoxShadow(
|
||||||
BoxShadow(
|
color: Theme.of(context)
|
||||||
color: Theme.of(context).primaryColor,
|
.primaryColor,
|
||||||
spreadRadius: 7,
|
spreadRadius: 7,
|
||||||
blurRadius: 7,
|
blurRadius: 7,
|
||||||
offset: const Offset(0, 3))
|
offset:
|
||||||
]),
|
const Offset(0, 3))
|
||||||
child: Padding(
|
]),
|
||||||
padding: const EdgeInsets.all(8.0),
|
child: Padding(
|
||||||
child: SingleChildScrollView(
|
padding:
|
||||||
child: Column(
|
const EdgeInsets.all(8.0),
|
||||||
crossAxisAlignment:
|
child: SingleChildScrollView(
|
||||||
CrossAxisAlignment.start,
|
child: Column(
|
||||||
children: [
|
crossAxisAlignment:
|
||||||
Text(
|
CrossAxisAlignment.start,
|
||||||
'${AppLocalizations.of(context)!.date}: ${place['Datum']}'),
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.rudel}: ${place['Rudel']}'),
|
'${AppLocalizations.of(context)!.date}: ${place['Datum']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.fftyp}: ${place['Datum']}'),
|
'${AppLocalizations.of(context)!.rudel}: ${place['Rudel']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.bearsafe}: ${place['Bearsafe']}'),
|
'${AppLocalizations.of(context)!.fftyp}: ${place['Datum']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.status}: ${place['Status']}'),
|
'${AppLocalizations.of(context)!.bearsafe}: ${place['Bearsafe']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.sttyp}: ${place['STTyp']}'),
|
'${AppLocalizations.of(context)!.status}: ${place['Status']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.foto}/${AppLocalizations.of(context)!.film}: ${place['FotoFilm']}'),
|
'${AppLocalizations.of(context)!.sttyp}: ${place['STTyp']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.kschlonr}: ${place['KSchloNr']}'),
|
'${AppLocalizations.of(context)!.foto}/${AppLocalizations.of(context)!.film}: ${place['FotoFilm']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.ktage1}: ${place['KTage1']}'),
|
'${AppLocalizations.of(context)!.kschlonr}: ${place['KSchloNr']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.ktage2}: ${place['KTage2']}'),
|
'${AppLocalizations.of(context)!.ktage1}: ${place['KTage1']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.pickkontdat}: ${place['KontDat']}'),
|
'${AppLocalizations.of(context)!.ktage2}: ${place['KTage2']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.pickabbaudat}: ${place['AbbauDat']}'),
|
'${AppLocalizations.of(context)!.pickkontdat}: ${place['KontDat']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.sommerzeit}: ${place['MEZ']}'),
|
'${AppLocalizations.of(context)!.pickabbaudat}: ${place['AbbauDat']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.betreuung}: ${place['Betreuung']}'),
|
'${AppLocalizations.of(context)!.sommerzeit}: ${place['MEZ']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.location}: ${place['Standort']}'),
|
'${AppLocalizations.of(context)!.betreuung}: ${place['Betreuung']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.adresse3}: ${place['Adresse3']}'),
|
'${AppLocalizations.of(context)!.location}: ${place['Standort']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.bland}: ${place['BLand']}'),
|
'${AppLocalizations.of(context)!.adresse3}: ${place['Adresse3']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.lkr}: ${place['Lkr']}'),
|
'${AppLocalizations.of(context)!.bland}: ${place['BLand']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.beiort}: ${place['BeiOrt']}'),
|
'${AppLocalizations.of(context)!.lkr}: ${place['Lkr']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.platzung}: ${place['Platzung']}'),
|
'${AppLocalizations.of(context)!.beiort}: ${place['BeiOrt']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.altstort}: ${place['AltStOrt']}'),
|
'${AppLocalizations.of(context)!.platzung}: ${place['Platzung']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.adresse1}: ${place['Adresse1']}'),
|
'${AppLocalizations.of(context)!.altstort}: ${place['AltStOrt']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.adresse2}: ${place['Adresse2']}'),
|
'${AppLocalizations.of(context)!.adresse1}: ${place['Adresse1']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.auftrag}: ${place['Auftrag']}'),
|
'${AppLocalizations.of(context)!.adresse2}: ${place['Adresse2']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.kontabsp}: ${place['KontAbsp']}'),
|
'${AppLocalizations.of(context)!.auftrag}: ${place['Auftrag']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.sonstbemerkungen}: ${place['SonstBem']}'),
|
'${AppLocalizations.of(context)!.kontabsp}: ${place['KontAbsp']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.fkontakt1}: ${place['FKontakt1']}'),
|
'${AppLocalizations.of(context)!.sonstbemerkungen}: ${place['SonstBem']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.fkontakt2}: ${place['FKontakt2']}'),
|
'${AppLocalizations.of(context)!.fkontakt1}: ${place['FKontakt1']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.fkontakt3}: ${place['FKontakt3']}'),
|
'${AppLocalizations.of(context)!.fkontakt2}: ${place['FKontakt2']}'),
|
||||||
Text(
|
Text(
|
||||||
'${AppLocalizations.of(context)!.intkomm}: ${place['IntKomm']}'),
|
'${AppLocalizations.of(context)!.fkontakt3}: ${place['FKontakt3']}'),
|
||||||
],
|
Text(
|
||||||
),
|
'${AppLocalizations.of(context)!.intkomm}: ${place['IntKomm']}'),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user