I have a problem with my bottomNavigationBar in Flutter. When i add a bottomNavigationBar before page loaded i get this error.
bottomNavigationBar: _buildnavigationBar()
This fixed my issue.
bottomNavigationBar: (_controller.hasClients ) ? _buildnavigationBar() : Row() ,