A simple Flutter todo list application made for a university class (NTNU IDATT2506).
- Flutter 3.35.7
- Dart 3.9.2
- One of the following:
- Physical Android device connected with USB debugging enabled.
- Android emulator running Pixel 9 on Android 16 (API 36).
- Create multiple todo lists
- Add items to each list
- Persistent storage of items and lists (JSON file on device)
- Rename items and lists (long press)
- Delete items and lists (swipe left)
- Mark items as complete (short press)
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run --release
-
Install dependencies:
flutter pub get
-
Run the app in debug mode:
flutter run