Code Monkey home page Code Monkey logo

responsive_navigation_bar's People

Contributors

dependabot[bot] avatar nohli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

responsive_navigation_bar's Issues

Windows and Linux support?

Hi, the readme says the package only supports iOS, Android, web, and Mac OS. However, on the fluttergems.dev it states that all platforms are supported. Could you please clarify this and perhaps fix the issue?

Fade in/fade out of nav bar buttons' backgrounds

Hello! First of all, thank you for this amazing library!

I don't use labels in my nav bar, so the size and position of the buttons is fixed. I need is to fade out the background of the selected button upon the selection of a new one, and to fade in the background of the newly selected button (as a sort of a transition)

As of now, I only see 2 possibilities to partially animate the nav bar:

  1. Wrap the nav bar in an AnimatedBuilder, which would animate the background color of the buttons (from transparent to solid). This makes the selected button to appear smootlhy, but the deselected button still has the issue of transitioning instantly
  2. Wrap the entire navbar in an AnimatedSwither/AnimatedCrossFade

Both solutions are quite hacky and problematic to maintain

What would your suggestion be?

show inactive button text

we are showing text of active buttton using this showActiveButtonText: true, how we can display text of inactive button .

Border color

I'd like to be able to specify a colored border around the nav bar similar to the following decoration for a container:

BoxDecoration(
  border: Border.all(
    color: Colors.white,
  ),
)

I'd also like to be able to specify a colored border around the nav bar buttons:

BoxDecoration(
  border: GradientBoxBorder(
    gradient: LinearGradient(
      colors: <Color>[Colors.purple, Colors.limeGreen],
    ),
  ),
)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.