64 lines
1 KiB
YAML
64 lines
1 KiB
YAML
name: timetrack
|
|
description: "Time tracking app — capture and analyse working hours."
|
|
publish_to: 'none'
|
|
version: 0.1.0+1
|
|
|
|
environment:
|
|
sdk: ^3.11.5
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
# State management
|
|
flutter_riverpod: ^2.6.1
|
|
riverpod_annotation: ^2.3.5
|
|
|
|
# Navigation
|
|
go_router: ^14.6.3
|
|
|
|
# Database
|
|
drift: ^2.22.1
|
|
sqlite3_flutter_libs: ^0.5.28
|
|
path_provider: ^2.1.5
|
|
path: ^1.9.1
|
|
|
|
# Models
|
|
freezed_annotation: ^2.4.4
|
|
json_annotation: ^4.9.0
|
|
|
|
# Charts
|
|
fl_chart: ^0.70.2
|
|
|
|
# Export
|
|
share_plus: ^10.0.3
|
|
pdf: ^3.11.1
|
|
csv: ^6.0.0
|
|
|
|
# Utilities
|
|
intl: ^0.20.2
|
|
uuid: ^4.5.1
|
|
cupertino_icons: ^1.0.8
|
|
shared_preferences: ^2.3.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
# Code generation
|
|
build_runner: ^2.4.13
|
|
drift_dev: ^2.22.1
|
|
freezed: ^2.5.7
|
|
riverpod_generator: ^2.4.3
|
|
json_serializable: ^6.8.0
|
|
|
|
# Testing
|
|
mocktail: ^1.0.4
|
|
sqlite3: ^2.9.4
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
generate: true
|