149 lines
4.1 KiB
YAML
149 lines
4.1 KiB
YAML
name: flutter_kinetra
|
|
description: "A new Flutter project."
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.1+1
|
|
|
|
environment:
|
|
sdk: ^3.8.1
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
flutter_screenutil: ^5.9.3
|
|
dio: ^5.8.0+1
|
|
chewie: ^1.7.5
|
|
video_player: ^2.10.0
|
|
card_swiper: ^3.0.1
|
|
cached_network_image: ^3.4.1
|
|
get: ^4.7.2
|
|
intl: ^0.18.1
|
|
webview_flutter: ^4.13.0
|
|
shared_preferences: ^2.5.3
|
|
flutter_cache_manager: ^3.3.2
|
|
flutter_card_swiper: ^7.0.2
|
|
fluttertoast: ^8.2.11
|
|
device_info_plus: ^11.5.0
|
|
package_info_plus: ^8.3.0
|
|
pretty_dio_logger: ^1.4.0
|
|
flutter_staggered_grid_view: ^0.7.0
|
|
flutter_secure_storage: ^9.2.4
|
|
pull_to_refresh: ^2.0.0
|
|
flutter_easyloading: ^3.0.5
|
|
easy_debounce: ^2.0.3
|
|
wakelock_plus: ^1.3.2
|
|
in_app_purchase: 3.2.1
|
|
in_app_purchase_storekit: ^0.3.22+1
|
|
in_app_purchase_android: ^0.4.0+2
|
|
sign_in_with_apple: ^7.0.1
|
|
flutter_facebook_auth: 6.2.0
|
|
flutter_inappwebview: ^6.1.5
|
|
flutter_image_compress: ^2.4.0
|
|
image_picker: ^1.1.2
|
|
badges: ^3.1.2
|
|
permission_handler: ^12.0.1
|
|
adjust_sdk: 5.4.1
|
|
app_links: ^6.4.0
|
|
app_tracking_transparency: ^2.0.6+1
|
|
advertising_id: ^2.7.1
|
|
firebase_core: 2.32.0
|
|
firebase_crashlytics: 3.5.7
|
|
firebase_messaging: 14.7.10
|
|
firebase_analytics: 10.8.10
|
|
firebase_performance: 0.9.4+7
|
|
flutter_local_notifications: ^19.1.0
|
|
flutter_local_notifications_platform_interface: ^9.0.0
|
|
app_badge_plus: ^1.2.3
|
|
url_launcher: ^6.3.1
|
|
visibility_detector: ^0.4.0+2
|
|
android_id: ^0.4.0
|
|
bordered_text: ^2.0.0
|
|
flustars: ^2.0.1
|
|
flutter_spinkit: ^5.2.1
|
|
bot_toast: ^4.1.3
|
|
easy_refresh: ^3.4.0
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^5.0.0
|
|
flutter_launcher_icons: ^0.14.4
|
|
flutter_native_splash: ^2.4.6
|
|
# 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
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
assets:
|
|
- assets/
|
|
|
|
# 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: AaHouDiHei
|
|
# fonts:
|
|
# - asset: assets/fonts/AaHouDiHei-Regular.ttf
|
|
# - family: MontserratAlternates
|
|
# fonts:
|
|
# - asset: assets/fonts/MontserratAlternates-Italic.ttf
|
|
# - asset: assets/fonts/MontserratAlternates-MediumItalic.ttf
|
|
# weight: 500
|
|
# - asset: assets/fonts/MontserratAlternates-SemiBoldItalic.ttf
|
|
# weight: 600
|
|
# - asset: assets/fonts/MontserratAlternates-BlackItalic.ttf
|
|
# weight: 800
|
|
- family: Inter
|
|
fonts:
|
|
- asset: assets/fonts/Inter/Inter-Regular-9.otf
|
|
weight: 400
|
|
- asset: assets/fonts/Inter/Inter-Medium-8.otf
|
|
weight: 500
|
|
- asset: assets/fonts/Inter/Inter-SemiBold-10.otf
|
|
weight: 600
|
|
- asset: assets/fonts/Inter/Inter-Bold-4.otf
|
|
weight: 700
|
|
|
|
# For details regarding fonts from package dependencies,
|
|
# see https://flutter.dev/to/font-from-package
|
|
|
|
flutter_launcher_icons:
|
|
image_path: "assets/ic_logo.png"
|
|
android: "launcher_icon"
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
ios: true
|
|
remove_alpha_ios: true
|
|
|
|
flutter_native_splash:
|
|
color: "#01060B"
|
|
image: assets/splash.png
|
|
color_dark: "#01060B"
|
|
image_dark: assets/splash.png
|
|
android: true
|
|
ios: true
|
|
web: false
|
|
fullscreen: true # 设置为全屏
|
|
android_gravity: centerInside
|
|
android_12:
|
|
color: "#01060B"
|
|
image: assets/ic_logo.png
|
|
color_dark: "#01060B"
|
|
image_dark: assets/ic_logo.png
|
|
icon_background_color: "#01060B"
|