pubspec.yaml 3.8 KB
Newer Older
guoqing's avatar
guoqing committed
1 2
name: flutter_clx_base
description: A new base library
3
version: 1.0.7
guoqing's avatar
guoqing committed
4
homepage: http://t.clxkj.cn/clx-android/flutter_clx_base.git 
guoqing's avatar
guoqing committed
5 6

environment:
张国庆's avatar
张国庆 committed
7
  sdk: ">=2.17.0 <4.0.0"
guoqing's avatar
guoqing committed
8
  flutter: ">=2.5.0"
guoqing's avatar
guoqing committed
9 10 11 12

dependencies:
  flutter:
    sdk: flutter
13 14
  flutter_localizations:
    sdk: flutter
shixiaochen's avatar
shixiaochen committed
15
  # dio https://pub.dev/packages/dio
16
  dio: ^5.3.1
shixiaochen's avatar
shixiaochen committed
17
  # 时间选择器 https://pub.dev/packages/flutter_cupertino_datetime_picker
guoqing's avatar
guoqing committed
18
  flutter_cupertino_datetime_picker: ^3.0.0
shixiaochen's avatar
shixiaochen committed
19
  # 键盘工具类 https://pub.dev/packages/keyboard_actions
guoqing's avatar
guoqing committed
20
  keyboard_actions: ^4.0.1
shixiaochen's avatar
shixiaochen committed
21
  # sp https://pub.dev/packages/sp_util
guoqing's avatar
guoqing committed
22
  sp_util: ^2.0.3
shixiaochen's avatar
shixiaochen committed
23
  # get https://pub.dev/packages/get
guoqing's avatar
guoqing committed
24
  get: ^4.6.5
shixiaochen's avatar
shixiaochen committed
25
  # 日志打印 https://pub.dev/packages/logger
张国庆's avatar
张国庆 committed
26
  logger: ^1.2.2
shixiaochen's avatar
shixiaochen committed
27
  # toast https://pub.dev/packages/fluttertoast
28
  fluttertoast: ^8.2.1
shixiaochen's avatar
shixiaochen committed
29
  # webview https://pub.dev/packages/webview_flutter
30 31 32
  webview_flutter: ^4.0.5
  # 显示网页Widget https://pub.dev/packages/flutter_widget_from_html_core
  flutter_widget_from_html_core: ^0.10.0
shixiaochen's avatar
shixiaochen committed
33
  # 包信息 https://pub.dev/packages/package_info_plus
34
  package_info_plus: ^3.0.3
shixiaochen's avatar
shixiaochen committed
35
  # 权限 https://pub.dev/packages/permission_handler
guoqing's avatar
guoqing committed
36
  permission_handler: ^9.2.0
shixiaochen's avatar
shixiaochen committed
37
  # https://pub.dev/packages/url_launcher
guoqing's avatar
guoqing committed
38
  url_launcher: ^6.1.2
shixiaochen's avatar
shixiaochen committed
39
  # loading https://pub.dev/packages/flutter_easyloading
guoqing's avatar
guoqing committed
40
  flutter_easyloading: ^3.0.5
shixiaochen's avatar
shixiaochen committed
41
  # https://pub.dev/packages/auto_size_text
guoqing's avatar
guoqing committed
42
  auto_size_text: ^3.0.0
guoqing's avatar
guoqing committed
43 44
  # https://pub.flutter-io.cn/packages/getwidget
  getwidget: ^3.0.1
45
  # https://pub.dev/packages/octo_image
46
  octo_image: ^2.0.0
47
  # https://pub.dev/packages/cached_network_image
48
  cached_network_image: ^3.3.0
49
  # https://pub.dev/packages/image_picker
50
  image_picker: ^0.8.6
张国庆's avatar
张国庆 committed
51 52
  #https://pub.dev/packages/flustars_flutter3
  flustars_flutter3: ^3.0.0
53 54 55 56
  #https://pub.dev/packages/easy_refresh
  easy_refresh: ^3.3.1
  #https://pub.dev/packages/flutter_spinkit
  flutter_spinkit: ^5.1.0
57 58
  # https://pub.dev/packages/pretty_dio_logger
  pretty_dio_logger: ^1.3.1
59 60 61 62
  # 获取设备唯一标识 https://pub.dev/packages/unique_identifier
  unique_identifier: ^0.3.0
  # 设备信息 https://pub.dev/packages/device_info_plus
  device_info_plus: ^8.1.0
63 64
  #获取设备id https://t.clxkj:cn/openSourceLibrary/device_id_plugin.git

guoqing's avatar
guoqing committed
65 66 67 68 69 70 71 72 73 74 75 76









dev_dependencies:
  flutter_test:
    sdk: flutter
guoqing's avatar
guoqing committed
77
  flutter_lints: ^2.0.0
guoqing's avatar
guoqing committed
78 79 80 81 82 83 84 85 86 87 88 89

# 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:
  # This section identifies this Flutter project as a plugin project.
  # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  # be modified. They are used by the tooling to maintain consistency when
  # adding or updating assets for this project.

  # To add assets to your plugin package, add an assets section, like this:
90 91
  assets:
    - assets/images/
guoqing's avatar
guoqing committed
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
  # assets:
  #   - images/a_dot_burr.jpeg
  #   - images/a_dot_ham.jpeg
  #
  # For details regarding assets in packages, see
  # https://flutter.dev/assets-and-images/#from-packages
  #
  # An image asset can refer to one or more resolution-specific "variants", see
  # https://flutter.dev/assets-and-images/#resolution-aware.

  # To add custom fonts to your plugin package, 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 in packages, see
  # https://flutter.dev/custom-fonts/#from-packages