62 lines
946 B
YAML
62 lines
946 B
YAML
name: new_budget
|
|
description: "Personal finance tracking app with multi-profile support."
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.12.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
# State management
|
|
flutter_riverpod: ^3.1.0
|
|
riverpod_annotation: ^4.0.0
|
|
|
|
# Database
|
|
drift: ^2.26.1
|
|
drift_flutter: ^0.3.0
|
|
|
|
# Navigation
|
|
go_router: ^17.2.3
|
|
|
|
# Immutable entities
|
|
freezed_annotation: ^3.0.0
|
|
json_annotation: ^4.9.0
|
|
|
|
# Formatting
|
|
intl: ^0.20.2
|
|
|
|
# UUID generation
|
|
uuid: ^4.5.1
|
|
|
|
# Icons
|
|
cupertino_icons: ^1.0.8
|
|
|
|
# Fonts
|
|
google_fonts: ^8.1.0
|
|
|
|
# Charts
|
|
fl_chart: ^1.2.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# Lints
|
|
flutter_lints: ^6.0.0
|
|
|
|
# Code generation
|
|
build_runner: ^2.4.15
|
|
riverpod_generator: ^4.0.0+1
|
|
drift_dev: ^2.26.1
|
|
freezed: ^3.0.0
|
|
json_serializable: ^6.9.5
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
generate: true
|