pangrowth_content 1.0.1
pangrowth_content: ^1.0.1 copied to clipboard
穿山甲内容输出Flutter插件,基于PanGrowth SDK实现短剧播放、小视频等内容功能。支持Android和iOS平台,提供完整的内容管理和播放能力。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pangrowth_contentWith Flutter:
$ flutter pub add pangrowth_contentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pangrowth_content: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pangrowth_content/pangrowth_content.dart';