edited Readme
This commit is contained in:
parent
df255d71b8
commit
2f84e61ba1
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
|
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||
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 '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 {
|
||||
const Finance({super.key});
|
||||
|
||||
|
|
|
@ -79,7 +79,6 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||
],
|
||||
),
|
||||
body: <Widget>[
|
||||
//Shopping(),
|
||||
const Shopping(),
|
||||
const Finance(),
|
||||
ListView(children: const <Widget>[
|
||||
|
|
Loading…
Reference in a new issue