MIF_E31220277/denta-mobile/pubspec.yaml

153 lines
4.7 KiB
YAML

name: denta_koas
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
environment:
sdk: ^3.5.4
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
# Utility Packages
intl: ^0.19.0
logger: ^2.5.0
url_launcher: ^6.2.6
flutter_native_splash: ^2.4.0
smooth_page_indicator: ^1.2.0+3
connectivity_plus: ^6.0.3
lottie: ^3.3.0
flutter_otp_text_field: ^1.2.0
carousel_slider: ^5.0.0
flutter_rating_bar: ^4.0.1
readmore: ^3.0.0
dropdown_search: ^6.0.1
time_slot: ^1.0.0
calendar_date_picker2: ^1.1.8
easy_date_timeline: ^2.0.6
shimmer: ^3.0.0
badges: ^3.1.2
image_picker: ^1.1.2
timeago: ^3.7.0
flutter_map: ^8.0.0
latlong2: ^0.9.1
flutter_dotenv: ^5.2.1
path: ^1.9.0
cloudinary: ^1.2.0
file_picker: ^9.0.0
dotted_border: ^2.1.0
uuid: ^4.5.1
path_provider: ^2.1.1
crypto: ^3.0.3
flutter_launcher_icons: ^0.14.3
cached_network_image: ^3.2.3
faker: ^2.2.0
# Icons
iconsax: ^0.0.8
cupertino_icons: ^1.0.6
font_awesome_flutter: ^10.7.0
# State Management
get: ^4.6.6
get_storage: ^2.1.1
google_fonts: ^6.2.1
# Authentication
google_sign_in: ^6.2.2
# Firebase
firebase_core: ^3.9.0
firebase_auth: ^5.3.4
cloud_firestore: ^5.6.0
# Superbase
supabase_flutter: ^2.0.0
# API Services
dio: ^5.7.0
http: any
google_maps_flutter: ^2.10.0
flutter_localizations:
sdk: flutter
firebase_dynamic_links: ^6.0.11
share_plus: ^10.1.3
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
uses-material-design: true
# flutter_icons:
# android: true
# ios: true
# image_path: "assets/logos/super_dental.png" # Path ke icon kamu
#--------------- LOCAL ASSETS ------------------#
assets:
- assets/logos/
- assets/icons/brands/
- assets/images/content/
- assets/images/banners/
- assets/images/reviews/
- assets/images/products/
- assets/icons/categories/
- assets/images/animations/
- assets/icons/payment_methods/
- assets/images/on_boarding_images/
- assets/images/states/empty/
#--------------- LOCAL FONTS ------------------#
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Italic.ttf
style: italic
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Bold.ttf
weight: 800