Coder Social home page Coder Social logo

Comments (14)

rrv-rafael avatar rrv-rafael commented on July 17, 2024 2

Hello @hostusservices!

In menu_controller.dart file in isActive and isHovering methods, you are using "=" but should use "==" as below:

isActive(String itemName) => activeItem.value == itemName;

isHovering(String itemName) => hoverItem.value == itemName;

Replacing the "=" with "==" will work.

And in the layout.dart file, inside the Drawer(), it should be as follows:

drawer: Drawer(
child: SideMenu(),
),

Hope this helps.

Hugs.

from flutter-web-dashboard-template.

rrv-rafael avatar rrv-rafael commented on July 17, 2024 1

I believe I had the same problem as you. I looked at the Santos repository and noticed that in the file "large_screen.dart", inside expanded's child, it is necessary to put the "SideMenu()", so it worked.

from flutter-web-dashboard-template.

ReMoReG avatar ReMoReG commented on July 17, 2024

Hello, have you faces a problem about the
key.currentState.openDrawer() ;

The Error disappear when I add ! or ? on currentState, but the side menu won't appear and only the logo pops out, have you faces this problem sir?

from flutter-web-dashboard-template.

rrv-rafael avatar rrv-rafael commented on July 17, 2024

Hello, sorry for the delay.

No, I don't face this problem, could you send me your complete code?

from flutter-web-dashboard-template.

3rigx avatar 3rigx commented on July 17, 2024

I'm having a problem with the sidebar aswell could you help me look at my code?

from flutter-web-dashboard-template.

hostusservices avatar hostusservices commented on July 17, 2024

side menu not working
image

image

Another exception was thrown: type 'String' is not a 'bool' in boolean expression
here is my repo link
https://github.com/hostusservices/flutter_dashboard.git

please help me urjently

from flutter-web-dashboard-template.

rrv-rafael avatar rrv-rafael commented on July 17, 2024

Hello @3rigx.

Send here the repository link and the error image please.

Hugs.

from flutter-web-dashboard-template.

hostusservices avatar hostusservices commented on July 17, 2024

thanks a lot sir its worked
image

image

from flutter-web-dashboard-template.

rrv-rafael avatar rrv-rafael commented on July 17, 2024

That's great =D

from flutter-web-dashboard-template.

vedantsinh avatar vedantsinh commented on July 17, 2024

https://github.com/vedantsinh/amin_panel
image

side menu error!!!

from flutter-web-dashboard-template.

AKA-LinCoder avatar AKA-LinCoder commented on July 17, 2024

https://github.com/vedantsinh/amin_panel 图片

侧边菜单错误!!!

all onTap in project change Function to VoidCallback,it work for me

from flutter-web-dashboard-template.

mvagravante avatar mvagravante commented on July 17, 2024

image
image

Good day,
I'm having this issue in my Side Menu and I can't figure out where to locate the error. Thank You!

from flutter-web-dashboard-template.

AKA-LinCoder avatar AKA-LinCoder commented on July 17, 2024

from flutter-web-dashboard-template.

Wise10673226 avatar Wise10673226 commented on July 17, 2024

I have the same issue please can anyone help me,

from flutter-web-dashboard-template.

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.