Giter VIP home page Giter VIP logo

multilevel_drawer's People

Contributors

letsdoit07 avatar

Stargazers

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

Watchers

 avatar  avatar

multilevel_drawer's Issues

On certain android phones, the last main menu option doesn't appear.

On my older Android Phone, the "Lload store file data" appears as the last main menu choice. On my newer Android phone, the "Load Store File Data" option doesn't appear. I thought maybe there's a bug where the last main menu option doesn't appear. To test my hypothesis, I add another main menu option after the "load store file data" option. I made the selection text blank.

As I predicted, the "load store data file" option appeared on the main menu selection.

I had the same issue for another app I wrote.

The phone details that have the issue:

motorola one 5g ace
Android version 10

[Feature Request] No need AppBar to use drawer

I have implement using Navigation Bar within multilevel_drawer. but before(when i only using navigation bar), I creating an AppBar for each page separately for change my Appbar Title. so, I hope in the upcoming version, we can using this drawer without having to add a coding list to control the appbar title to change the title

Navigator.pushNamed

MLMenuItem(
leading: Icon(Icons.arrow_forward_ios),
content: Text("Usuário - Equipes & Locais"),
onClick: () {
// Ir para tela de cadastro de equipes
Navigator.pushNamed(context, '/equipe');
},

when calling a menu item the error below occurs

E/flutter ( 5466): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The getter 'focusScopeNode' was called on null.
E/flutter ( 5466): Receiver: null
E/flutter ( 5466): Tried calling: focusScopeNode
E/flutter ( 5466): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
E/flutter ( 5466): #1 Route.didPush. (package:flutter/src/widgets/navigator.dart:139:17)
E/flutter ( 5466): #2 _rootRunUnary (dart:async/zone.dart:1134:38)
E/flutter ( 5466): #3 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
E/flutter ( 5466): #4 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
E/flutter ( 5466): #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
E/flutter ( 5466): #6 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
E/flutter ( 5466): #7 Future._completeWithValue (dart:async/future_impl.dart:524:5)
E/flutter ( 5466): #8 Future._asyncComplete. (dart:async/future_impl.dart:554:7)
E/flutter ( 5466): #9 _rootRun (dart:async/zone.dart:1126:13)
E/flutter ( 5466): #10 _CustomZone.run (dart:async/zone.dart:1023:19)
E/flutter ( 5466): #11 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
E/flutter ( 5466): #12 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:965:23)
E/flutter ( 5466): #13 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
E/flutter ( 5466): #14 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)

Use endDrawer have drawers open on right side of screen.

Thank-you for this widget.
I am using the endDrawer option, so the drawer is on the right side of the screen. However, when it's tapped the multilevel opens on the left side with the slides opening to the right. I would like the drawer to open/stay on the right and the slide outs to open to the left.
Thanks, Julian.

ML submenu

Can you add scrollable facility in ML submenu ? we could see only 9 submenu !

Drawer not in sync

image

Kindly find attached link. The submenu that opens when clicking on a particular menu is showing a-bit lower than it's supposed to be like in the example of this package shown.

Widget doesn't pop if clicking on the transparent part / outside the drawer

In normal drawer widgets, we can pop the drawer when clicking outside of the widget where the transparent area is.

But for this widget, we have to swipe it to close the drawer.

It will be better to add this function so that it can be user friendly coz my testers when using for the first time are asking me how to dismiss the drawer.

Or if there is already a current way i can do this?

Null Safety implementation

Hi,

I'm just wondering if you're going to update this package to include null safety.

multilevel_drawer-master\multilevel_drawer-master\example> flutter run -d edge
Resolving dependencies...
The lower bound of "sdk: '>=2.1.0 <3.0.0'" must be 2.12.0'
or higher to enable null safety.

The current Dart SDK (3.3.3) only supports null safety.

For details, see https://dart.dev/null-safety

Missing Footer property

Hi, thanks for greate package. My issue is not problem but it is feature request. Like header property, footer property that resides bottom of drawer can be deligthfull.
thanks.

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.