forked from mgl_crew/Mitgliederladen
main #1
3 changed files with 17 additions and 11 deletions
|
@ -14,3 +14,20 @@ A few resources to get you started if this is your first Flutter project:
|
||||||
For help getting started with Flutter development, view the
|
For help getting started with Flutter development, view the
|
||||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||||
samples, guidance on mobile development, and a full API reference.
|
samples, guidance on mobile development, and a full API reference.
|
||||||
|
|
||||||
|
## toDo
|
||||||
|
|
||||||
|
- Einstellungen
|
||||||
|
- darkmode
|
||||||
|
- Einkauf
|
||||||
|
- Finance
|
||||||
|
- Einkaufskorb editieren
|
||||||
|
- nur 1 Monat lang möglich
|
||||||
|
- Speichern des veränderten Warenkorbs
|
||||||
|
- redesign (statefull)
|
||||||
|
- farbliche Hervorhebungen
|
||||||
|
- ausstehende Beträge für monatliche Aufladungen
|
||||||
|
- eventuell muss sample data angepasst werden
|
||||||
|
- pre-Release:
|
||||||
|
- semanticLabels, Screenreader-Support
|
||||||
|
- Error-Management (throws)
|
|
@ -4,16 +4,6 @@ import 'package:intl/date_symbol_data_local.dart';
|
||||||
import 'basket.dart';
|
import 'basket.dart';
|
||||||
import 'sample_data.dart';
|
import 'sample_data.dart';
|
||||||
|
|
||||||
/*
|
|
||||||
todo:
|
|
||||||
- Einkauf und Settings
|
|
||||||
- edit + Zeitspanne
|
|
||||||
- farbliche Hervorhebungen
|
|
||||||
- semanticLabels, Screenreader
|
|
||||||
- monatliche Aufladung: ausstehende Beträge
|
|
||||||
- Error-Management (throw)
|
|
||||||
*/
|
|
||||||
|
|
||||||
class Finance extends StatelessWidget {
|
class Finance extends StatelessWidget {
|
||||||
const Finance({super.key});
|
const Finance({super.key});
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,6 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
body: <Widget>[
|
body: <Widget>[
|
||||||
//Shopping(),
|
|
||||||
const Shopping(),
|
const Shopping(),
|
||||||
const Finance(),
|
const Finance(),
|
||||||
ListView(children: const <Widget>[
|
ListView(children: const <Widget>[
|
||||||
|
|
Loading…
Reference in a new issue