新项目位置:https://github.com/telsacoin/telsavideo 后台采用SpringCloud +IPFS存储+BSC链
- 抖音国际版
- 抖音国内手机版
- 抖音国内桌面版
- 视频上下播放
- 数据显示正常
- 评论
- 搜索
- 聊天
- 点赞
- 分享
Use the package manager Flutter to install foobar.
Invoke View > Command Palette.
Type "flutter", and select the Flutter: New Project.
Enter a project name, such as myapp, and press Enter.
Create or select the parent directory for the new project folder.
Wait for project creation to complete and the main.dart file to appear.
class HomeState extends State<Home> {
int currentIndex = 0;
PageController pageController;
@override
Widget build(BuildContext context) {
return Scaffold(
body: PageView(
controller: pageController,
children: <Widget>[
Trending(),
],
onPageChanged: (int index) {
setState(() {
currentIndex = index;
});
},
),
bottomNavigationBar: bottomItems(currentIndex, pageController),
);
}
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
[url]Flutter Tiktok Ui with TikTok unofficial Api