flutter_pangrowth_haitao 1.0.0
flutter_pangrowth_haitao: ^1.0.0 copied to clipboard
flutter_pangrowth是一个可以帮助开发者直接引入穿山甲内容合作的插件。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_pangrowth_haitaoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_pangrowth_haitao: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_pangrowth_haitao/entity/novel_entity.dart';
import 'package:flutter_pangrowth_haitao/flutter_pangrowth.dart';
import 'package:flutter_pangrowth_haitao/flutter_pangrowth_code.dart';
import 'package:flutter_pangrowth_haitao/flutter_pangrowth_novel.dart';
import 'package:flutter_pangrowth_haitao/flutter_pangrowth_video.dart';
import 'package:flutter_pangrowth_haitao/novel_entrance/novel_entrance_view.dart';
import 'package:flutter_pangrowth_haitao/video/draw_video_full_view.dart';
import 'package:flutter_pangrowth_haitao/video/grid_video_view.dart';
import 'package:flutter_pangrowth_haitao/video/news_tab_one_view.dart';
import 'package:flutter_pangrowth_haitao/video/news_tabs_view.dart';
import 'package:flutter_pangrowth_haitao/video/video_banner_view.dart';
import 'package:flutter_pangrowth_haitao/video/video_bubble_view.dart';
import 'package:flutter_pangrowth_haitao/video/video_card_view.dart';
import 'package:flutter_pangrowth_haitao/video/video_news_single_card_view.dart';
import 'package:flutter_pangrowth_haitao/video/video_single_card_view.dart';
import 'package:flutter_pangrowth_haitao/video/video_textchain_view.dart';