rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
694 stars 242 forks source link

Is it possible to use the transparent background? #96

Closed EliaTolin closed 3 years ago

EliaTolin commented 3 years ago

Hi! I try to set a background transparent but it not works.

image

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

EliaTolin commented 3 years ago

sorry I found #31

itsdani121 commented 2 years ago

i tried every solution at #31 but did not find the solution all answers not work. which you use answer to help you

EliaTolin commented 2 years ago

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

itsdani121 commented 2 years ago

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]),
      );
EliaTolin commented 2 years ago

Here : https://github.com/EliaTolin/StatusVaccini/blob/main/lib/Screens/main_page.dart

itsdani121 commented 2 years ago

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: @.***>