Add TODO's.

This commit is contained in:
2025-02-12 07:52:05 -07:00
parent 737264fa2f
commit 83dece8749
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -1,5 +1,11 @@
import 'package:flutter/material.dart';
/// TODO:
/// - Export DB (JSON?)
/// - Import DB (JSON?)
/// - Choose color scheme
/// - Delete / Reset DB (pull code from `main`'s `if (testing)`)
class SettingsPage extends StatelessWidget {
const SettingsPage({
super.key,