Shi*_*ath 0 flutter flutter-test flutter-layout flutter-animation
更新 Flutter Environment 后,我遇到了这个问题。请帮我解决这个问题。
@override
Widget build(BuildContext context) {
return DefaultTabController(
length: 4,
child: Scaffold(
appBar: topBar(),
body: TabBarView( // problem indicates here
children: _kTabPages,
controller: _tabController,
),
// Button Navigation
bottomNavigationBar: Material(
color: Colors.redAccent,
child: TabBar(
tabs: _kTabs,
controller: _tabController,
),
)),
);
}
Run Code Online (Sandbox Code Playgroud)
请尽快帮助我。
在这个 github 问题之后:AnimationController has lost it's vsync,
您可以按照以下步骤解决问题:
1. Change minimum sdk to 2.8
2. Run flutter upgrade
3. Run flutter pub get
4. Run flutter clean
5. Restart IDE
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3438 次 |
| 最近记录: |