Skip to content

Commit

Permalink
seemed to fix all performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ninest committed Apr 10, 2020
1 parent 09fe718 commit dab962d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tabbed_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class TabbedAppState extends State<TabbedApp> {
Align(
alignment: Alignment.topCenter,
child: _tabViews[_selectedIndex]

// TODO: try below and check performance
// IndexedStack(
// index: _selectedIndex,
// children: _tabViews,
Expand Down

0 comments on commit dab962d

Please sign in to comment.