Files
afterwork/pubspec.yaml
2024-09-01 04:08:50 +00:00

73 lines
1.7 KiB
YAML

name: afterwork
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
flutter_secure_storage: ^7.0.1
crypto: ^3.0.1
google_maps_flutter: ^2.0.10
cupertino_icons: ^1.0.8
# State management with flutter_bloc
flutter_bloc: ^8.0.1
# HTTP client for API requests
http: ^0.13.3
# Dependency injection with get_it
get_it: ^7.2.0
# Equatable for easier comparison of objects
equatable: ^2.0.3
# Functional programming utilities
dartz: ^0.10.1
dev_dependencies:
flutter_test:
sdk: flutter
shared_preferences: ^2.0.13
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- lib/assets/images/logo.png
- lib/assets/images/background.webp
- lib/assets/images/profile_picture.png
- lib/assets/images/placeholder.png
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package