Closed EliaTolin closed 3 years ago
sorry I found #31
i tried every solution at #31 but did not find the solution all answers not work. which you use answer to help you
i tried every solution at #31 but did not find the solution all answers not work. which you use answer to help you
Hi, you check in my repository. I have succeeded
i tried every solution at #31 but did not find the solution all answers not work. which you use answer to help you
Hi, you check in my repository. I have succeeded
i check it but i could not found new in it can you explain about it what is it? here is mine
Scaffold(
extendBody: true,
bottomNavigationBar: CurvedNavigationBar(
color: Color(int.parse('$newColor')),
backgroundColor: Colors.transparent,
key: _bottomsKey,
height: 50,
items: [
//items
],
),
],
onTap: (index) {
setState(() {
_page = index;
});
},
),
body: WillPopScope(
onWillPop: _onWillPop, child: resultScreens[_page]),
);
i checked but i dont understand about it bcz all you did i also did
On Thu, Dec 30, 2021 at 2:46 PM Elia Tolin @.***> wrote:
Here :
https://github.com/EliaTolin/StatusVaccini/blob/main/lib/Screens/main_page.dart
— Reply to this email directly, view it on GitHub https://github.com/rafalbednarczuk/curved_navigation_bar/issues/96#issuecomment-1002950650, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIR3KTCGPLWOEPHDTDNO23UTQS7TANCNFSM4ZR3PR4A . You are receiving this because you commented.Message ID: @.***>
Hi! I try to set a background transparent but it not works.
I wish there was the possibility to set the background behind the selected button transparency.
I am attaching the reference git to the app.
https://github.com/EliaTolin/StatusVaccini