# AJ-Flutter-Plugins
**Repository Path**: kevinosc_admin/aj_flutter_plugins
## Basic Information
- **Project Name**: AJ-Flutter-Plugins
- **Description**: 安吉加加flutter插件汇总,部分基于网上开源插件修改,完善归于自用
- **Primary Language**: Dart
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 12
- **Created**: 2025-03-21
- **Last Updated**: 2025-03-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Anji-plus Flutter Plugins
A new Flutter plugin.
## Getting Started
flutter与原生交互,包含静态资源获取,版本获取。
**FlutterFire Plugins**
```
- 使用方式
xxx:
git:
url: https://github.com/anji-plus/aj_flutter_plugins.git
path: xxx
```
注意:插件url 如果GitHub下载慢的话 可以换成gitee的url
```
xxx:
git:
url: https://gitee.com/anji-plus/aj_flutter_plugins.git
path: xxx
```
1、 [aj_flutter_plugin](./aj_flutter_plugin/)
使用详细描述[【README.md】](./aj_flutter_plugin/README.md))
2、[aj_flutter_update](./aj_flutter_update/)
使用详细描述[【README.md】](./aj_flutter_update/README.md))
```
dio 2.0以上版本
- iOS需要添加如下内容
Deployment Target 设置为 10.0
Podfile 中 target 'Runner' do 添加 use_frameworks! 支持swift
- Android需要添加如下内容
**兼容android7.0+,继续在AndroidManifest.xml加入
Note:"anjiplus.aj_flutter_update_example"是example的包名,所以
authorities为 "包名.fileprovider" ,注意file_paths.xml里的path为
,
这里的"anjiplus.aj_flutter_update_example"就是包名
```
3、 [aj_flutter_auto_orientation](./aj_flutter_auto_orientation/)
使用详细描述[【README.md】](./aj_flutter_auto_orientation/README.md))
4、[aj_flutter_scan](./aj_flutter_scan/)
使用详细描述[【README.md】](./aj_flutter_scan/README.md))
```
**aj_flutter_scan**
- iOS需要添加如下内容
NSCameraUsageDescription
允许应用在扫码功能中使用您的摄像头
NSPhotoLibraryUsageDescription
需要访问你的相册
NSMicrophoneUsageDescription
需要访问你的麦克风
```
5、[flutter_webview_plugin](./flutter_webview_plugin/)
使用详细描述[【README.md】](./flutter_webview_plugin/README.md))
6、[image_picker](./image_picker/)
使用详细描述[【README.md】](./image_picker/README.md))
7、[aj_flutter_component](./aj_flutter_component/)
使用详细描述[【README.md】](./aj_flutter_component/README.md))
8、[flutter_x5webview_plugin](./flutter_x5webview_plugin/)
使用详细描述[【README.md】](./flutter_x5webview_plugin/README.md))