name: flutter_clx_base description: A new base library version: 1.0.7 homepage: http://t.clxkj.cn/clx-android/flutter_clx_base.git environment: sdk: ">=2.17.0 <4.0.0" flutter: ">=2.5.0" dependencies: flutter: sdk: flutter flutter_localizations: sdk: flutter # dio https://pub.dev/packages/dio dio: ^5.1.1 # 时间选择器 https://pub.dev/packages/flutter_cupertino_datetime_picker flutter_cupertino_datetime_picker: ^3.0.0 # 键盘工具类 https://pub.dev/packages/keyboard_actions keyboard_actions: ^4.0.1 # sp https://pub.dev/packages/sp_util sp_util: ^2.0.3 # get https://pub.dev/packages/get get: ^4.6.5 # 日志打印 https://pub.dev/packages/logger logger: ^1.2.2 # toast https://pub.dev/packages/fluttertoast fluttertoast: ^8.2.1 # webview https://pub.dev/packages/webview_flutter webview_flutter: ^4.0.5 # 显示网页Widget https://pub.dev/packages/flutter_widget_from_html_core flutter_widget_from_html_core: ^0.10.0 # 包信息 https://pub.dev/packages/package_info_plus package_info_plus: ^3.0.3 # 权限 https://pub.dev/packages/permission_handler permission_handler: ^9.2.0 # https://pub.dev/packages/url_launcher url_launcher: ^6.1.2 # loading https://pub.dev/packages/flutter_easyloading flutter_easyloading: ^3.0.5 # https://pub.dev/packages/auto_size_text auto_size_text: ^3.0.0 # https://pub.flutter-io.cn/packages/getwidget getwidget: ^3.0.1 # https://pub.dev/packages/octo_image octo_image: ^1.0.2 # https://pub.dev/packages/cached_network_image cached_network_image: ^3.2.1 # https://pub.dev/packages/image_picker image_picker: ^0.8.6 #https://pub.dev/packages/flustars_flutter3 flustars_flutter3: ^3.0.0 #https://pub.dev/packages/easy_refresh easy_refresh: ^3.3.1 #https://pub.dev/packages/flutter_spinkit flutter_spinkit: ^5.1.0 # https://pub.dev/packages/pretty_dio_logger pretty_dio_logger: ^1.3.1 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.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. 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: # 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