Initial scaffold: FocusFlow shared Dart package

Models (Task, Streak, StreakEntry, Reward, User, TimeEstimate, CoworkingRoom, ApiResponse),
enums (EnergyLevel, TaskStatus, RewardType, RewardStyle),
constants (ApiConstants, ErrorCodes, AppLimits), validators, and generated .g.dart files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Oracle Public Cloud User
2026-03-04 15:50:26 +00:00
commit 1363f7d12d
32 changed files with 1197 additions and 0 deletions

17
pubspec.yaml Normal file
View File

@@ -0,0 +1,17 @@
name: focusflow_shared
description: Shared models, enums, and utilities for FocusFlow ADHD app
version: 0.1.0
publish_to: 'none'
environment:
sdk: ^3.7.0
dependencies:
json_annotation: ^4.9.0
equatable: ^2.0.7
dev_dependencies:
build_runner: ^2.4.0
json_serializable: ^6.8.0
lints: ^5.0.0
test: ^1.24.0