From 16a9392fa66ceb3a4242feefdac851bd1f3d401b Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 7 Oct 2018 17:16:24 +0300 Subject: [PATCH] Resolves #79 Too many tabs issue --- lib/main.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index f454a23..50706ab 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -449,7 +449,10 @@ class _MainPageState extends State with WidgetsBindingObserver { key: _scaffoldKey, appBar: AppBar( title: _buildAppTitle(), - bottom: empty ? null : TabBar(tabs: buildUIViewTabs()), + bottom: empty ? null : TabBar( + tabs: buildUIViewTabs(), + isScrollable: true, + ), ), drawer: _buildAppDrawer(), body: empty ?