39 lines
753 B
YAML
39 lines
753 B
YAML
name: daily_ledger
|
|
description: "Daily Ledger is an app for managing daily expenses, including gas reports, lotto tracking, business reports, and inventory management."
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.4.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.6
|
|
http: ^1.2.2
|
|
provider: ^6.1.2
|
|
fluttertoast: ^8.2.8
|
|
gap: ^3.0.1
|
|
jwt_decoder: ^2.0.1
|
|
shared_preferences: ^2.3.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- lib/assets/
|
|
|
|
fonts:
|
|
- family: Manrope
|
|
fonts:
|
|
- asset: lib/assets/fonts/Manrope-Regular.ttf
|
|
- asset: lib/assets/fonts/Manrope-Bold.ttf
|
|
weight: 700
|
|
|