You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The root widget HomeScreen widget gets initialized twice at app start.
ie. initState() runs twice which is affects all it children, making them initialize freshly.
Possible cause
The implementation of the DropdownBanner package.