name: o2oa_all_platform description: O2OA, Open source free OA development platform . # 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.0+6 environment: sdk: ">=3.0.0 < 4.0.0" # Dependencies specify other packages that your package needs in order to work. # 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 # 日志打印 logger: ^1.1.0 # 网络请求 dio: ^4.0.6 # 本地存储 shared_preferences: ^2.0.15 #文件路径 path_provider: ^2.0.10 # 文件路径跨平台处理 path: ^1.8.2 # getX get: ^4.6.3 # 极光推送 jpush_flutter: 2.5.0 # 屏幕适配 # flutter_screenutil: ^5.9.0 # 下拉刷新 pull_to_refresh: ^2.0.0 # easyloading flutter_easyloading: ^3.0.3 # webview # webview_flutter: ^3.0.4 flutter_inappwebview: ^5.4.3+7 # rsa 加密 登录加密使用 encrypt: ^5.0.1 pointycastle: ^3.3.0 # 图片预览器 photo_view: ^0.14.0 # 扫码 移动端 mobile_scanner: ^2.0.0 # 权限申请 permission_handler: ^9.2.0 # webscoket web_socket_channel: ^2.2.0 # 滚动大图 carousel_slider: ^4.1.1 uuid: ^3.0.6 # 文件选择器 全平台 file_picker: ^5.0.1 # 拍照和图片选择 移动端 image_picker: ^0.8.5+3 # 录音 播放音频 移动端 flutter_sound: ^9.2.13 # 播放音频 全平台 audioplayers: 1.1.1 # 打开外部浏览器 拨号 发送消息等功能 全平台 url_launcher: ^6.1.5 # 小红点 badges: ^2.0.3 # pc 通知 local_notifier: ^0.1.5 # 长按菜单 context_menus: ^1.0.2 # qq、微信群头像 nine_grid_view: ^2.0.0 # 头像裁剪 # image_crop: ^0.4.1 image_crop: git: url: https://gitee.com/17161934/image_crop.git # 跳转到系统设置 app_settings: 4.1.8 # 版本信息 package_info_plus: ^3.1.2 # group listview grouped_list: ^5.1.2 # 横拉操作菜单 脑图用 flutter_slidable: ^1.3.0 # 图片处理 脑图用 image: ^3.2.0 # 日历控件 table_calendar: ^3.0.8 # 上面控件需要 # intl: ^0.17.0 # 获取设备信息,比如打卡、论坛发帖啥的 device_info_plus: 9.0.3 # 视频播放 video_player: ^2.7.0 # 定位 geolocation: git: url: https://gitee.com/17161934/geolocation.git ref: 0.0.4 # 动画 app 更新使用 flutter_spinkit: ^5.2.0 # 网络验证 connectivity_plus: 5.0.2 # lottie 动画 lottie: 2.6.0 # 生物识别认证 local_auth: 2.1.8 # 分享功能 share_plus: ^7.2.2 # text to speech flutter_tts: ^3.8.5 dev_dependencies: flutter_test: sdk: flutter # 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. 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 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 assets: - assets/emoji/ - assets/images/ - assets/gif/ - assets/json/ fonts: - family: o2IconFont fonts: - asset: assets/fonts/o2app-font.ttf # To add assets to your application, add an assets section, like this: # assets: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg # 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