119 lines
3.0 KiB
YAML
119 lines
3.0 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
|
|
|
|
shared_preferences: ^2.0.0
|
|
image_picker: ^0.8.4+8
|
|
camerawesome: ^2.1.0
|
|
path_provider: ^2.0.11
|
|
permission_handler: ^10.2.0
|
|
video_player: ^2.2.19
|
|
carousel_slider: ^5.0.0
|
|
bcrypt: ^1.1.3
|
|
flutter_bcrypt: ^1.0.8
|
|
encrypt: ^5.0.0
|
|
provider: ^6.0.0
|
|
flare_flutter: ^3.0.0
|
|
logger: ^1.1.0
|
|
flutter_spinkit: ^5.1.0
|
|
flutter_vibrate: ^1.3.0
|
|
loading_icon_button: ^0.0.6
|
|
intl: ^0.18.0
|
|
fluttertoast: ^8.0.8
|
|
flutter_secure_storage: ^7.0.1
|
|
google_maps_flutter: ^2.9.0
|
|
cupertino_icons: ^1.0.8
|
|
|
|
# State management with flutter_bloc
|
|
flutter_bloc: ^8.0.9
|
|
|
|
# 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
|
|
|
|
meta: any
|
|
dependency_overrides:
|
|
rxdart: ^0.28.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_launcher_icons: ^0.14.1
|
|
|
|
flutter_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "lib/assets/images/app_icon.png"
|
|
|
|
shared_preferences: ^2.0.13
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- lib/assets/images/logo.png
|
|
- lib/assets/images/logolionsdev.png
|
|
- lib/assets/images/logoaw.png
|
|
- lib/assets/images/background.webp
|
|
- lib/assets/images/profile_picture.png
|
|
- lib/assets/images/placeholder.png
|
|
- lib/assets/json/event_categories.json
|
|
- lib/assets/images/friend_placeholder.png
|
|
- lib/assets/images/group_placeholder.png
|
|
- lib/assets/images/event_placeholder.png
|
|
- lib/assets/images/activity_placeholder.png
|
|
- lib/assets/images/story_placeholder.png
|
|
- lib/assets/images/user_placeholder.png
|
|
- lib/assets/videos/test.mp4
|
|
- lib/assets/images/default_avatar.png
|
|
|
|
fonts:
|
|
- family: Montserrat
|
|
fonts:
|
|
- asset: lib/assets/fonts/montserrat_regular.ttf
|
|
- asset: lib/assets/fonts/montserrat_bold.ttf
|
|
weight: 700
|
|
|
|
|
|
# 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
|