Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
/ todo Public archive

A simple todo app written in Flutter for the university course IDATT2506 at NTNU.

Notifications You must be signed in to change notification settings

borgaar/todo

Repository files navigation

Todo App

A simple Flutter todo list application made for a university class (NTNU IDATT2506).

Developed and tested with / Requirements

  • 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).

Features

  • 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)

Run the app

  1. Install dependencies:

    flutter pub get
  2. Run the app:

    flutter run --release

Development

  1. Install dependencies:

    flutter pub get
  2. Run the app in debug mode:

    flutter run

About

A simple todo app written in Flutter for the university course IDATT2506 at NTNU.

Resources

Stars

Watchers

Forks