An open API service indexing awesome lists of open source software.

https://github.com/tencent-rtc/tencenteffect_flutter


https://github.com/tencent-rtc/tencenteffect_flutter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

[简体中文](https://github.com/Tencent-RTC/TencentEffect_Flutter/blob/main/README_zh_CN.md) | English

## Directory Structure

```
├── android //flutter plugin android dir
│ ├── gradle //Android gradle
│ ├── libs //xmagic android sdk
│ └── src //flutter plugin android code
├── demo // demo dir
│ ├── android //demo android dir
│ ├── ios //demo ios
├── ios //flutter plugin ios dir
│ ├── Assets // resource
│ └── Classes //flutter plugin ios code
└── lib //flutter plugin dart api
```

## Fast integration

### `pubspec.yaml` Configuration

**Recommended flutter sdk version 3.0.0 and above**

Integrate TencentEffect_Flutter version and add configuration in `pubspec.yaml`

```
tencent_effect_flutter:
git:
url: https://github.com/Tencent-RTC/TencentEffect_Flutter
```

Update the dependency packages

```
flutter packages get
```

###