We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f5b85 commit 30140b7Copy full SHA for 30140b7
lib/HomePage.dart
@@ -2,6 +2,11 @@ import 'package:flutter/material.dart';
2
import 'package:shared_preferences/shared_preferences.dart';
3
import 'dart:async';
4
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
+
10
class HomePage extends StatefulWidget {
11
@override
12
State<StatefulWidget> createState() {
0 commit comments