name: marking_app 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 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.105 environment: sdk: ">=2.17.1 <3.0.0" # Dependencies specify other packages that your package needs in order to woyrk. # 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_screenutil: ^5.7.0 fluro: ^2.0.5 flutter_easyrefresh: ^2.2.2 # easy_refresh: ^3.3.2+1 retrofit: ^3.3.1 logger: ^1.1.0 flutter_lints: ^2.0.0 fluttertoast: ^8.2.3 json_annotation: ^4.8.1 crypto: ^3.0.2 shared_preferences: ^2.0.15 flutter_riverpod: ^2.2.0 hooks_riverpod: ^2.2.0 package_info: ^2.0.2 # 进度条 percent_indicator: ^4.2.3 flutter_spinkit: ^5.1.0 photo_view: ^0.14.0 flutter_svg: ^1.0.0 cached_network_image: ^3.3.1 dotted_border: ^2.0.0+2 # install_plugin_v2: ^1.0.0 # permission_handler: ^10.0.0 permission_handler: ^11.0.1 flutter_widget_from_html_core: ^0.10.3 # 事件总线 event_bus: ^2.0.0 image_picker: ^0.8.6 flutter_easyloading: ^3.0.5 wakelock: ^0.6.2 # 键盘监听 flutter_keyboard_visibility: ^5.4.0 # orientation: ^1.3.0 # audioplayers: ^3.0.1 # 网络监控 connectivity_plus: ^3.0.6 # S3 图像上传 # minio: ^3.5.0 url_launcher: ^6.1.11 collection: ^1.17.0 path_provider: ^2.0.15 uuid: ^3.0.7 # flutter_neumorphic: ^3.0.3 syncfusion_flutter_sliders: ^21.2.4 achievement_view: ^1.0.1 # 防抖节流 easy_debounce: ^2.0.3 # 图表 fl_chart: ^0.62.0 # flutter 可以使用的hooks flutter_hooks: ^0.18.6 # functional_widget_annotation: ^0.10.0 # 步骤组件 easy_stepper: ^0.6.0 flutter_card_swiper: ^5.1.0 flutter_echarts: ^2.4.0 graphic: ^2.2.0 zoom_widget: ^2.0.1 dropdown_search: ^5.0.6 install_plugin: ^2.0.1 flutter_screenutil: 5.7.0 # get: ^4.6.5 # multi_select_flutter: ^4.1.3 dropdown_button2: ^2.3.9 # copy clipboard: ^0.1.3 image: ^4.1.3 awesome_dialog: ^3.1.0 badges: ^3.1.2 horizontal_data_table: ^4.1.1 data_table_2: ^2.5.10 syncfusion_flutter_datepicker: ^21.2.10 flutter_staggered_grid_view: ^0.6.2 # 饼图 flutter_echart: ^2.0.0 dev_dependencies: flutter_test: sdk: flutter retrofit_generator: ^4.0.1 build_runner: ^2.4.8 json_serializable: ^6.3.1 # 分离样式 functional_widget: ^0.10.1 # 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. # 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: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg assets: - assets/images/ - assets/images/2.0x/ - assets/images/3.0x/ - assets/images/4.0x/ # - assets/sounds/ # 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: AlibabaIcon fonts: - asset: assets/icons/iconfont.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