123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- 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: 4.0.9+59
- environment:
- sdk: ">=2.2.2 <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.6.4
- # 网络库
- 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/binartist/amap-location-flutter.git
- ref : 'master'
- amap_map_fluttify: ^0.23.4
- amap_search_fluttify: ^0.10.0
- # Dart 常用工具类库
- common_utils: ^1.2.1
- # 图片缓存
- cached_network_image: ^2.0.0-rc.1
- image: ^2.0.7
- # WebView插件
- webview_flutter: ^0.3.18+1
- # 状态管理
- provider: ^4.0.0
- # 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://gitee.com/onebox/flutter_barcode_reader.git
- # 图片选择插件
- image_picker: 0.6.2+1
- # 网络状态
- connectivity: ^0.4.6+1
- package_info: ^0.4.0+18
- crypto: ^2.1.3
- # toast
- fluttertoast: ^7.0.2
- # percent
- percent_indicator: ^2.1.5
- # 微信登录
- fluwx: ^1.2.1
- # 权限
- permission_handler: ^4.0.0
- # 极光推送
- jpush_flutter: ^0.6.1
- # 时间选择器
- flutter_datetime_picker: ^1.2.8
- # 选择列表
- azlistview: ^0.1.2
- # 拼音首字母
- lpinyin: ^1.0.7
- date_format: ^1.0.8
- flutter_cupertino_date_picker:
- git:
- url: https://github.com/huanlirui/flutter-cupertino-date-picker
- ref: master
- flutter_full_pdf_viewer: ^1.0.1
- web_socket_channel: ^1.1.0
- flutter_screenutil: ^0.5.2
- flutter_spinkit: ^4.0.0
- chewie: ^0.9.7
- video_player: ^0.10.1+6
- shared_preferences: ^0.5.12
- file_picker: ^1.9.0+1
- flutter_alipay: "^1.0.0"
- dart_notification_center: ^1.0.0+1
- #图片预览缩放
- photo_view: ^0.9.2
- #省市区联动
- city_pickers: ^0.1.30
- flutter_picker: ^1.1.5
- flutter_html: ^1.0.0
- uni_links: ^0.2.0
- orientation: ^1.2.0
- # slide to dismiss with options
- flutter_slidable: ^0.5.7
- flutter_sound: 7.8.4
- path_provider: ^1.0.0
- umeng_common_sdk:
- path: ./common_flutter_1.1.3/
- dev_dependencies:
- flutter_test:
- sdk: flutter
- tuple: ^1.0.3
- # 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/search_friends.gif
- - assets/images/bg.png
- - assets/images/no_image.png
- - assets/images/wode/btn_4.png
- - assets/images/login/
- - assets/images/home/
- - assets/images/news/
- - assets/images/work/
- - assets/images/wode/
- - assets/images/state/
- - assets/images/tab_first/
- - assets/images/temporary/
- # 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: Iconfont
- fonts:
- - asset: assets/fonts/iconfont.ttf
- # For details regarding fonts from package dependencies,
- # see https://flutter.dev/custom-fonts/#from-packages
|