resolve melos analyze warnings

This commit is contained in:
Neevash Ramdial
2021-01-15 12:17:48 -04:00
parent 228233d89e
commit 4589dd8645
18 changed files with 44 additions and 131 deletions
@@ -115,7 +115,7 @@ class _HomePageState extends State<HomePage> {
return <BottomNavigationBarItem>[
BottomNavigationBarItem(
icon: Stack(
overflow: Overflow.visible,
clipBehavior: Clip.none,
children: [
StreamSvgIcon.message(
color: _isSelected(0)
@@ -133,7 +133,7 @@ class _HomePageState extends State<HomePage> {
),
BottomNavigationBarItem(
icon: Stack(
overflow: Overflow.visible,
clipBehavior: Clip.none,
children: [
StreamSvgIcon.mentions(
color: _isSelected(1)