Skip to content

Commit 30140b7

Browse files
committed
some more high lvl todos
1 parent 38f5b85 commit 30140b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/HomePage.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ import 'package:flutter/material.dart';
22
import 'package:shared_preferences/shared_preferences.dart';
33
import 'dart:async';
44

5+
// TODO: encrypt notes and their titles
6+
// decrypt all titles (seperate file), to build the listView
7+
// decrypt note (seperate file per note) only when clicked on the respective listTile
8+
// TODO: switch from sharedprefs to files (better for exporting & encrypting)
9+
510
class HomePage extends StatefulWidget {
611
@override
712
State<StatefulWidget> createState() {

0 commit comments

Comments
 (0)