Giter VIP home page Giter VIP logo

Comments (7)

orachide avatar orachide commented on June 21, 2024

Hello,

Did tou solved that?

from fab-circular-menu.

Dev-Owl avatar Dev-Owl commented on June 21, 2024

If you consider adding a dummy button as a fix than yes. I did not really invest time into it as I'm just playing around with a few UI/UX concepts...

from fab-circular-menu.

MrCsabaToth avatar MrCsabaToth commented on June 21, 2024

Interesting. I've found this: https://stackoverflow.com/questions/57831347/scaffold-bottomnavigationbar-overlapping-body-content-how-to-prevent-it
So unlike the AppBar the bottom navigation bar can overlay stuff. I'm not sure if this is the jurisdiction of the FabCircularMenu widget or not. There could be anything at the bottom.

from fab-circular-menu.

MrCsabaToth avatar MrCsabaToth commented on June 21, 2024

Or maybe this is about Z order. When the Circular Fab Menu is on the topLeft or topRight it also overlays with the AppBar, however in that case the button and the circular ribbon are above the AppBar. In case of the bottom navigation bar it looks like it's in a broken state: the Circular Menu open close button seems to know that the bottom nav bar is there, however the circular ribbon shouldn't flow bellow the bar. So maybe it is somehow indeed the jurisdiction of the plugin, or both?

from fab-circular-menu.

YDA93 avatar YDA93 commented on June 21, 2024

I fixed it by adding dummy widgets.

Example:

  children: [
    const SizedBox.shrink(),
    const SizedBox.shrink(),
    MainWidget(),
    const SizedBox.shrink(),
    const SizedBox.shrink(),
    MainWidget(),
    const SizedBox.shrink(),
    const SizedBox.shrink(),
  ],

from fab-circular-menu.

MrCsabaToth avatar MrCsabaToth commented on June 21, 2024

My PR #35 is still not merged...

from fab-circular-menu.

YDA93 avatar YDA93 commented on June 21, 2024

I noticed many packages has not recently accepted merges nor updating their pub.dev due to lack of funding I guess.

from fab-circular-menu.

Related Issues (20)

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.