https://github.com/tencent-rtc/tencenteffect_flutter
https://github.com/tencent-rtc/tencenteffect_flutter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tencent-rtc/tencenteffect_flutter
- Owner: Tencent-RTC
- License: mit
- Created: 2024-04-11T03:42:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T07:21:08.000Z (about 1 year ago)
- Last Synced: 2025-03-30T00:41:11.958Z (about 1 year ago)
- Language: Java
- Size: 55.3 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
###