name: liftmanager description: 电梯管家连接一切 # 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: 3.1.15+59 environment: sdk: ">=2.7.0 <3.0.0" 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: ^0.1.2 # 路由框架 fluro: ^1.5.1 # 网络库 dio: ^3.0.7 # 格式化String sprintf: ^4.0.2 # bugly 腾讯bug收集 flutter_bugly: ^0.2.8 # 高德地图 amap_location_flutter_plugin: git: url: https://github.com/amap-demo/amap-location-flutter.git # amap_all_fluttify: ^0.15.0 # amap_location_fluttify: ^0.13.2 amap_map_fluttify: ^0.23.4 # amap_location_fluttify: ^0.10.0+e74b91b # amap_map_fluttify: ^0.19.1+b2681d9 # amap_search_fluttify: ^0.8.2+1 # Dart 常用工具类库 common_utils: ^1.1.3 # 图片缓存 cached_network_image: ^2.0.0-rc.1 image: ^2.1.14 # WebView插件 webview_flutter: ^0.3.22+1 # 状态管理 provider: ^4.3.1 # Toast插件 oktoast: ^2.3.0 # Flutter 常用工具类库 flustars: 0.2.6+1 # https://github.com/ReactiveX/rxdart rxdart: ^0.22.5 # Flutter 轮播图 flutter_swiper: ^1.1.6 # 处理键盘事件 keyboard_actions: ^2.1.2 # 启动URL的插件 url_launcher: 5.4.2 # # 扫码 # barcode_scan: # git: # url: https://github.com/simplezhli/flutter_barcode_reader.git # 图片选择插件 image_picker: 0.6.6+4 # 网络状态 connectivity: ^0.4.6+1 package_info: ^0.4.0+18 crypto: ^2.1.3 # toast fluttertoast: ^3.1.3 # 微信登录 fluwx: ^1.2.1 # fluwx_no_pay: ^2.1.1 # 权限 permission_handler: ^4.0.0 # 信鸽推送 fake_push: ^0.5.4 # 时间选择器 # flutter_datetime_picker: ^1.2.8 flutter_datetime_picker: git: url: https://github.com/derohimat/flutter_datetime_picker.git # 选择列表 azlistview: ^0.1.2 # 拼音首字母 lpinyin: ^1.0.7 # html标签 flutter_html: ^0.11.1 tuple: ^1.0.3 dev_dependencies: flutter_test: sdk: flutter # 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 # To add assets to your application, add an assets section, like this: assets: - assets/images/ - assets/images/login/ - assets/images/home/ - assets/images/work/ - assets/images/wode/ - assets/images/state/ - assets/images/news/ # 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