Files
social-app/apps/pubspec.yaml
T

58 lines
1.2 KiB
YAML
Raw Normal View History

2026-02-24 18:18:42 +08:00
name: social_app
description: "Social App - A Flutter mobile application"
publish_to: 'none'
version: 0.1.2+5
2026-02-24 18:18:42 +08:00
environment:
sdk: ^3.10.7
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
2026-02-24 18:18:42 +08:00
cupertino_icons: ^1.0.8
equatable: ^2.0.8
2026-02-25 10:45:58 +08:00
flutter_bloc: ^8.1.6
go_router: ^14.6.1
dio: ^5.4.3+1
flutter_secure_storage: ^9.2.2
formz: ^0.7.0
get_it: ^7.7.0
lucide_icons: ^0.257.0
intl: ^0.20.2
shared_preferences: ^2.2.2
json_annotation: ^4.8.1
record: ^6.1.1
flutter_local_notifications: ^17.2.4
timezone: ^0.9.4
image_picker: ^1.0.7
2026-03-16 16:09:07 +08:00
package_info_plus: ^8.0.3
url_launcher: ^6.3.1
2026-04-01 14:18:38 +08:00
path_provider: ^2.1.2
2026-02-24 18:18:42 +08:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
2026-02-25 10:45:58 +08:00
bloc_test: ^9.1.7
mocktail: ^1.0.4
json_serializable: ^6.7.1
build_runner: ^2.4.8
flutter_launcher_icons: ^0.14.0
2026-02-24 18:18:42 +08:00
flutter:
generate: true
2026-02-24 18:18:42 +08:00
uses-material-design: true
assets:
- assets/images/
- assets/branding/
- assets/reminder_sound/
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/logo.png"
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/images/logo.png"
remove_alpha_ios: true