123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- name: lszlgl
- 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: 0.0.19+19
- environment:
- sdk: '>=3.1.5 <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_localizations:
- 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
- # 弹框
- flutter_smart_dialog: 4.9.6
- # 轮播图
- card_swiper: ^3.0.1
- # 缓存网络图片
- cached_network_image: ^3.3.1
- # App包信息
- package_info_plus: ^4.2.0
- # 设备信息
- device_info_plus: ^9.1.1
- # 隐藏软键盘
- flutter_keyboard_visibility: ^6.0.0
- # 日期格式转换
- date_format: ^2.0.7
- # 日期选择器
- syncfusion_flutter_datepicker: ^24.2.4
- # 网络连接状态
- connectivity_plus: ^5.0.2
- # 网络请求
- dio: ^5.4.1
- # 网络请求
- retrofit: '>=4.0.0 <5.0.0'
- # log打印
- logger: ^2.0.2+1
- # json解析
- json_annotation: ^4.8.1
- # 共享参数
- shared_preferences: ^2.2.2
- # 下拉刷新上拉加载
- easy_refresh: ^3.3.4
- # 依赖注入
- get_it: ^7.1.3
- # 文件路径
- path_provider: ^2.1.2
- # intent
- android_intent_plus: ^4.0.3
- # 安装apk
- install_plugin: ^2.1.0
- # 权限管理
- permission_handler: ^11.3.0
- # 高德定位
- amap_flutter_location: ^3.0.0
- # 二维码扫描
- # mobile_scanner: ^5.0.0-beta.3
- qr_code_scanner: ^1.0.1
- # 手写签名
- signature: ^5.4.1
- # loading集合
- flutter_spinkit: ^5.2.1
- # 保存到相册
- image_gallery_saver: ^2.0.3
- # 数据库
- drift: ^2.18.0
- #
- sqlite3_flutter_libs: ^0.5.0
- # 打开系统设置
- app_settings: ^5.1.1
- 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: ^2.0.0
- retrofit_generator: '>=7.0.0 <8.0.0'
- build_runner: '>=2.3.0 <4.0.0'
- # JSON转实体类
- json_serializable: ^6.6.2
- drift_dev: ^2.2.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
- # To add assets to your application, add an assets section, like this:
- assets:
- - assets/images/
- - assets/json/
- # 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: Schyler
- # fonts:
- # - asset: fonts/Schyler-Regular.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
|