RecommendProvider.dart 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. // import 'package:flutter/foundation.dart';
  2. import 'package:provider/provider.dart';
  3. import 'package:flutter/material.dart';
  4. class RecommendProvider extends State<StatefulWidget>
  5. with ChangeNotifier, TickerProviderStateMixin {
  6. bool ifShowBottom = true;
  7. double screenHeight;
  8. List<MainInfo> infos = List<MainInfo>();
  9. List<MainInfo> followed = List<MainInfo>();
  10. TabController controller;
  11. MainInfo mainInfo;
  12. Reply reply;
  13. RecommendProvider() {
  14. controller = TabController(vsync: this, length: 2);
  15. mainInfo = MainInfo(
  16. avatarUrl:
  17. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  18. content:
  19. "奥斯卡答复哈士大夫哈师大发输电和健康阿萨德鸿福路口氨基酸的鸿福路口啊,奥斯卡答复哈士大夫哈师大发输电和健康阿萨德鸿福路口氨基酸的鸿福路口啊",
  20. favCount: 109,
  21. replyCount: 212,
  22. shareCount: 317,
  23. userName: "马有发",
  24. videoPath: "lib/images/pingguo.jpeg",
  25. desc: "马友发做的一个有意思的模拟抖音的小App,用的Flutter哦~",
  26. ifFaved: false);
  27. reply = Reply(
  28. ifFaved: true,
  29. afterReplies: List<Reply>(),
  30. replyContent: "真可爱,真好看,真厉害~真可爱,真好看,真厉害~",
  31. replyMakerAvatar:
  32. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  33. replyMakerName: "ABC",
  34. whenReplied: "3小时前");
  35. infos.add(MainInfo(
  36. avatarUrl:
  37. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  38. content: "弗兰克斯代理费绿色出行女郎自行车卡水电费卡;双列的会计法第十六届法律深刻江东父老;看氨基酸的;联发科",
  39. favCount: 219,
  40. replyCount: 329,
  41. shareCount: 1222,
  42. userName: "范德彪",
  43. videoPath: "lib/images/sky.jpg",
  44. desc: "这个天空的图有点好看",
  45. ifFaved: true));
  46. infos.add(MainInfo(
  47. avatarUrl:
  48. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  49. content: "弗兰克斯代理费绿色出行女郎自行车卡水电费卡;双列的会计法第十六届法律深刻江东父老;看氨基酸的;联发科",
  50. favCount: 119,
  51. replyCount: 189,
  52. shareCount: 262,
  53. userName: "马大帅",
  54. videoPath: "lib/images/temple.jpg",
  55. desc: "我喜欢拜佛",
  56. ifFaved: true));
  57. infos.add(MainInfo(
  58. avatarUrl:
  59. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  60. content: "弗兰克斯代理费绿色出行女郎自行车卡水电费卡;双列的会计法第十六届法律深刻江东父老;看氨基酸的;联发科",
  61. favCount: 98,
  62. replyCount: 222,
  63. shareCount: 1983,
  64. userName: "ABC",
  65. videoPath: "lib/images/woman.jpg",
  66. desc: "黑色女人有黑色的美",
  67. ifFaved: true));
  68. followed.add(MainInfo(
  69. avatarUrl:
  70. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  71. content: "弗兰克斯代理费绿色出行女郎自行车卡水电费卡;双列的会计法第十六届法律深刻江东父老;看氨基酸的;联发科",
  72. favCount: 219,
  73. replyCount: 329,
  74. shareCount: 1222,
  75. userName: "范德彪",
  76. videoPath: "lib/images/whitehouse.jpg",
  77. desc: "这个天空的图有点好看",
  78. ifFaved: true));
  79. followed.add(MainInfo(
  80. avatarUrl:
  81. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  82. content: "弗兰克斯代理费绿色出行女郎自行车卡水电费卡;双列的会计法第十六届法律深刻江东父老;看氨基酸的;联发科",
  83. favCount: 119,
  84. replyCount: 189,
  85. shareCount: 262,
  86. userName: "马大帅",
  87. videoPath: "lib/images/waterdrop.jpg",
  88. desc: "我喜欢拜佛",
  89. ifFaved: true));
  90. followed.add(MainInfo(
  91. avatarUrl:
  92. "https://pic2.zhimg.com/v2-a88cd7618933272ca681f86398e6240d_xll.jpg",
  93. content: "弗兰克斯代理费绿色出行女郎自行车卡水电费卡;双列的会计法第十六届法律深刻江东父老;看氨基酸的;联发科",
  94. favCount: 98,
  95. replyCount: 222,
  96. shareCount: 1983,
  97. userName: "ABC",
  98. videoPath: "lib/images/woman2.jpg",
  99. desc: "黑色女人有黑色的美",
  100. ifFaved: true));
  101. }
  102. setScreenHeight(height) {
  103. screenHeight = height;
  104. notifyListeners();
  105. }
  106. setTabController(ctrl) {
  107. controller = ctrl;
  108. // notifyListeners();
  109. }
  110. hideBottomBar() {
  111. ifShowBottom = false;
  112. notifyListeners();
  113. }
  114. tapFav() {
  115. mainInfo.ifFaved = !mainInfo.ifFaved;
  116. if (mainInfo.ifFaved) {
  117. mainInfo.favCount += 1;
  118. } else {
  119. mainInfo.favCount -= 1;
  120. }
  121. notifyListeners();
  122. }
  123. @override
  124. Widget build(BuildContext context) {
  125. // TODO: implement build
  126. return null;
  127. }
  128. }
  129. class MainInfo {
  130. String avatarUrl;
  131. String userName;
  132. String content;
  133. int favCount;
  134. int replyCount;
  135. int shareCount;
  136. String videoPath;
  137. String desc;
  138. bool ifFaved;
  139. MainInfo(
  140. {this.avatarUrl,
  141. this.content,
  142. this.favCount,
  143. this.replyCount,
  144. this.shareCount,
  145. this.userName,
  146. this.videoPath,
  147. this.desc,
  148. this.ifFaved});
  149. }
  150. class Reply {
  151. String replyMakerName;
  152. String replyMakerAvatar;
  153. String replyContent;
  154. String whenReplied;
  155. bool ifFaved;
  156. List<Reply> afterReplies;
  157. Reply(
  158. {this.ifFaved,
  159. this.afterReplies,
  160. this.replyContent,
  161. this.replyMakerAvatar,
  162. this.replyMakerName,
  163. this.whenReplied});
  164. }