mirror of
https://github.com/kuhyx/todo-app.git
synced 2026-07-04 12:03:10 +02:00
Flutter app for Android + Linux desktop. Captures ideas with per-keystroke local autosave to a CRDT-backed SQLite store (sqlite_crdt), and syncs through a private GitHub repo using per-device changeset files (conflict-free last-writer-wins merge). Includes GitHub OAuth device-flow sign-in with PAT fallback, a barebones notes list, and sync settings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "c9a6c484230f8b5e408ec57be1ef71dee1e77020"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
|
|
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
|
|
- platform: android
|
|
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
|
|
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
|
|
- platform: linux
|
|
create_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
|
|
base_revision: c9a6c484230f8b5e408ec57be1ef71dee1e77020
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|