149 lines
4.5 KiB
YAML
149 lines
4.5 KiB
YAML
name: sigap
|
|
description: 'A mobile app for SIGAP Jember'
|
|
# 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.7.2
|
|
|
|
# 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:
|
|
logger:
|
|
url_launcher:
|
|
flutter_native_splash:
|
|
smooth_page_indicator:
|
|
connectivity_plus:
|
|
lottie:
|
|
flutter_otp_text_field:
|
|
carousel_slider:
|
|
flutter_rating_bar:
|
|
readmore:
|
|
dropdown_search:
|
|
time_slot:
|
|
calendar_date_picker2:
|
|
easy_date_timeline:
|
|
shimmer:
|
|
badges:
|
|
image_picker:
|
|
timeago:
|
|
flutter_dotenv:
|
|
path:
|
|
file_picker:
|
|
dotted_border:
|
|
uuid:
|
|
path_provider:
|
|
crypto:
|
|
flutter_launcher_icons:
|
|
flutter_local_notifications:
|
|
permission_handler:
|
|
|
|
# Map
|
|
mapbox_maps_flutter:
|
|
mapbox_gl:
|
|
flutter_map:
|
|
latlong2:
|
|
geolocator:
|
|
|
|
# Icons
|
|
iconsax:
|
|
cupertino_icons:
|
|
font_awesome_flutter:
|
|
|
|
# State Management
|
|
get:
|
|
get_storage:
|
|
|
|
# Supabase
|
|
supabase_flutter:
|
|
|
|
# Authentication
|
|
google_sign_in:
|
|
|
|
# API Services
|
|
dio:
|
|
|
|
# Fonts
|
|
google_fonts:
|
|
|
|
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: ^5.0.0
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter packages.
|
|
flutter:
|
|
# The following line ensures that the Material Icons font is
|
|
# included with your application, so that you can use the icons in
|
|
# the material Icons class.
|
|
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/images/on_boarding_images/
|
|
|
|
#--------------- 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
|