123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- name: flutter_desktop_app
- description: A new Flutter project.
- # The following line prevents the package from being accidentally published to
- # pub.dev using `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 used as CFBundleVersion.
- # Read more about iOS versioning at
- # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
- version: 1.0.0+1
- environment:
- sdk: ">=2.12.0 <3.0.0"
- 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.2
- common_project:
- path: ./plugins/common_project
- module_login:
- path: ./modules/module_login
- module_home:
- path: ./modules/module_home
- module_me:
- path: ./modules/module_me
- module_chat:
- path: ./modules/flutter_chat_room
- module_im:
- path: ./modules/module_im
- module_find:
- path: ./modules/module_find
- window_size:
- git:
- url: git://github.com/google/flutter-desktop-embedding.git
- path: plugins/window_size
- ref: f2d8aa3820fb87316516670bf4d51a74de8ac0dd
- dev_dependencies:
- flutter_test:
- sdk: flutter
- #设置icon
- flutter_launcher_icons: ^0.9.2
- # change to do
- # flutter pub get
- # flutter pub run flutter_launcher_icons:main
- flutter_icons:
- image_path_android: "assets/icon/icon.png"
- image_path_ios: "assets/icon/icon.png"
- android: true
- ios: true
- # 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.
- 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
- assets:
- - assets/svg/
- - assets/lotties/json/
- - assets/lotties/live/
- - assets/lotties/pk/pk_Start/
- - assets/lotties/pk/pk_Start/images/
- - assets/lotties/pk/pk_Win/
- - assets/lotties/pk/pk_Win/images/
- - assets/lotties/location_lottie_res/
- - assets/lotties/pk/pk_Lightning/
- - assets/lotties/pk/pk_Lightning/images/
- - assets/lotties/pk/pk_MvpHeadwear/
- - assets/lotties/pk/pk_MvpHeadwear/images/
- - assets/lotties/pk/pk_ProgressBlue/
- - assets/lotties/pk/pk_ProgressBlue/images/
- - assets/lotties/pk/pk_ProgressRed/
- - assets/lotties/pk/pk_ProgressRed/images/
- - assets/lotties/pk/pk_Win/
- - assets/lotties/pk/pk_Win/images/
- - assets/lotties/pk/pk_Draw/
- - assets/lotties/pk/pk_Draw/images/
- - assets/lotties/pk/pk_Defeat/
- - assets/lotties/pk/pk_Defeat/images/
- - assets/lotties/lv_effect/LV3_Effect/
- - assets/lotties/lv_effect/LV3_Effect/images/
- - assets/lotties/lottie_giftcombobg/
- - assets/lotties/lottie_giftcombobg/images/
- - assets/lotties/lv_effect/LV1_Effect/
- - assets/lotties/lv_effect/LV1_Effect/images/
- - assets/lotties/lv_effect/LV2_Effect/
- - assets/lotties/lv_effect/LV2_Effect/images/
- - assets/lotties/lv_effect/LV4_Effect/
- - assets/lotties/lv_effect/LV4_Effect/images/
- # To add assets to your application, add an assets section, like this:
- # assets:
- # - images/a_dot_burr.jpeg
- # - 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: icon_mine
- fonts:
- - asset: assets/iconfont/icon_mine.ttf
- - family: icon_center
- fonts:
- - asset: assets/iconfont/icon_center.ttf
- - family: icon_find
- fonts:
- - asset: assets/iconfont/icon_find.ttf
- - family: icon_home
- fonts:
- - asset: assets/iconfont/icon_home.ttf
- - family: icon_mes
- fonts:
- - asset: assets/iconfont/icon_mes.ttf
- # - 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_intl:
- enabled: false
|