210 lines
6.8 KiB
YAML
210 lines
6.8 KiB
YAML
name: hoshan
|
|
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.1+16
|
|
|
|
environment:
|
|
sdk: ">=3.3.1 <4.0.0"
|
|
|
|
# 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
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
|
|
# Design
|
|
cupertino_icons: ^1.0.6
|
|
flutter_svg: ^2.0.10+1
|
|
carousel_slider: ^5.0.0
|
|
smooth_page_indicator: ^1.2.0+3
|
|
toggle_switch: ^2.3.0
|
|
pinput: ^5.0.0
|
|
flutter_spinkit: ^5.2.1
|
|
cached_network_image: ^3.4.0
|
|
animated_custom_dropdown: ^3.1.1
|
|
shimmer: ^3.0.0
|
|
markdown_widget: ^2.3.2+6
|
|
image_cropper: ^9.0.0
|
|
flutter_rating_bar: ^4.0.1
|
|
flutter_launcher_icons: ^0.14.2
|
|
fl_chart: ^0.69.2
|
|
another_flushbar: ^1.12.30
|
|
flutter_animate: ^4.5.2
|
|
|
|
# Core
|
|
dio: ^5.7.0
|
|
pretty_dio_logger: ^1.4.0
|
|
flutter_bloc: ^9.1.0
|
|
equatable: ^2.0.5
|
|
shared_preferences: ^2.2.3
|
|
google_sign_in: ^6.2.1
|
|
firebase_core: ^3.4.0
|
|
firebase_messaging: ^15.1.0
|
|
firebase_auth: ^5.2.0
|
|
file_picker: ^9.2.0
|
|
permission_handler: ^11.3.1
|
|
cross_file: ^0.3.4+2
|
|
image_picker: ^1.1.2
|
|
path_provider: ^2.1.4
|
|
intl: ^0.20.2
|
|
shamsi_date: ^1.0.4
|
|
easy_debounce: ^2.0.3
|
|
url_launcher: ^6.3.1
|
|
flutter_sound: ^9.17.8
|
|
audioplayers: ^6.1.0
|
|
flutter_downloader: ^1.11.8
|
|
flutter_math_fork: ^0.7.4
|
|
persian_number_utility: ^1.1.4
|
|
app_links: ^6.3.3
|
|
validator_regex: ^1.1.1
|
|
string_validator: ^1.1.0
|
|
excel: ^4.0.6
|
|
rename_app: ^1.6.2
|
|
share_plus: ^10.1.3
|
|
go_router: ^14.6.3
|
|
smart_auth: ^3.2.0
|
|
percent_indicator: ^4.2.4
|
|
flutter_media_downloader: ^2.0.0
|
|
flutter_html: ^3.0.0
|
|
flutter_highlight: ^0.7.0
|
|
package_info_plus: ^8.1.3
|
|
universal_html: ^2.2.4
|
|
open_filex: ^4.6.0
|
|
flutter_image_compress: ^2.4.0
|
|
video_player: ^2.9.3
|
|
chewie: ^1.10.0
|
|
image_picker_android: ^0.8.12+21
|
|
get_thumbnail_video: ^0.7.3
|
|
url_strategy: ^0.3.0
|
|
flutter_staggered_grid_view: ^0.7.0
|
|
before_after: ^3.2.0
|
|
popover: ^0.3.1
|
|
background_downloader: ^9.2.0
|
|
sentry_flutter: ^8.14.1
|
|
# adivery: ^4.2.0
|
|
tapsell_plus: ^2.3.2
|
|
google_mobile_ads: ^4.0.0
|
|
change_app_package_name: ^1.5.0
|
|
flutter_inappwebview: ^6.0.0
|
|
|
|
flutter_launcher_icons:
|
|
android: false
|
|
adaptive_icon_background: "#ffffff"
|
|
ios: true
|
|
image_path: "assets/icon/launcher_icons/houshan-icon-primary.png"
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
web:
|
|
generate: true
|
|
image_path: "assets/icon/launcher_icons/houshan-icon-rounded.png"
|
|
background_color: "#FFFFFF"
|
|
theme_color: "#FFFFFF"
|
|
# windows:
|
|
# generate: true
|
|
# image_path: "path/to/image.png"
|
|
# icon_size: 48 # min:48, max:256, default: 48
|
|
# macos:
|
|
# generate: true
|
|
# image_path: "path/to/image.png"
|
|
|
|
dev_dependencies:
|
|
build_runner:
|
|
flutter_gen_runner:
|
|
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:
|
|
generate: true
|
|
# 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
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
assets:
|
|
- assets/image/
|
|
- assets/image/boardings/
|
|
# - assets/image/products/
|
|
- assets/image/splash/
|
|
- assets/image/empty/
|
|
- assets/icon/
|
|
- assets/icon/launcher_icons/
|
|
- assets/icon/gif/
|
|
- assets/icon/outline/
|
|
- assets/icon/signin/
|
|
- assets/icon/bulk/
|
|
- assets/icon/bold/
|
|
- assets/icon/social/bold/
|
|
- assets/icon/navbars/navigation/
|
|
- assets/icon/navbars/navigation-dark/
|
|
- assets/icon/navbars/navigation-light/
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
# 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: Dana
|
|
fonts:
|
|
- asset: assets/font/IRANSansMobile-FaNum.ttf
|
|
- family: CustomIcons
|
|
fonts:
|
|
- asset: assets/font/CustomIcons.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/custom-fonts/#from-packages
|
|
flutter_gen:
|
|
parse_metadata: true
|
|
output: lib/core/gen/
|
|
# directory_path_enabled: true
|
|
integrations:
|
|
flutter_svg: true
|