Questions tagged [drawer]

753 questions
0
votes
1 answer

Adding items to Navigation Drawer

I am created a To Do List application for Android and have thus far implemented an action bar with a '+' button which causes a popup to appear where the user enters the name of a list they wish to create and it is then added to the ListView which…
user2511675
  • 159
  • 2
  • 9
0
votes
1 answer

Trying to toggle a drawer open and closed with javascript

I'm trying to open and close a drawer using jQuery/JavaScript to change the drawer's height from 25px (where it is hidden behind another element) to 250px where it pops open and is visible. I have an up-arrow that acts as a button. It switches…
maiamachine
  • 280
  • 4
  • 14
0
votes
5 answers

Accordion/Drawer menu with Javascript? please advise

Sorry to bother, I want to create a menu like this one: sample menu could you please guide me? point me in the right direction? what would be the correct name of this kind of menu? what kind of language could I use? any similar examples out there?…
0
votes
1 answer

Android:: How do I open a Sliding Drawer when the screen is full?

I've got a full screen so I wanted to add a sliding drawer at the bottom to be able to pull up some buttons that I will need. Problem is the drawer will only slide up a little because the screen is so full. I want the SD to open up about half way…
Samuel Chalvet
  • 159
  • 1
  • 13
0
votes
1 answer

Overlaying Fragments react unexpected to click events

I want to create a drawer functionality, similar to the Facebook app, with two overlaying fragments. The main layout looks as following:
SimonSays
  • 10,867
  • 7
  • 44
  • 59
-1
votes
4 answers

How to navigate to other screen from navigation drawer in flutter

i have tried in the following way but it is not working please tell me the solutions import 'package:book_recommendation_app/about.dart'; import 'package:book_recommendation_app/home.dart'; import 'package:flutter/material.dart'; import…
swaraj erra
  • 11
  • 1
  • 1
-1
votes
1 answer

Hello, do you know where this package is from? package:flutter_gen/gen_l10n/gallery_localizations.dart

I wanted to install the package, but I can't find it anywhere. There is a sample code that I wanted to try out. Code is in this link. https://gallery.flutter.dev/#/demo/nav_drawer
MMMMMM
  • 21
  • 5
-1
votes
1 answer

toggle() or open() method was called on null in case of SlideDrawer()

// here is my code @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text("Irr Alert"), backgroundColor: Colors.orange, leading: IconButton( icon:…
sanjana
  • 11
  • 2
-1
votes
2 answers

How do I implement a Drawer menu in my pages?

I have a dart file as a 'MyDrawer' and I want to add this drawer menu to my dashboard page. Here is my code. I don't know why it doesn't work. import 'package:flutter/material.dart'; class MyDrawer extends StatelessWidget { @override Widget…
b s
  • 21
  • 6
-1
votes
1 answer

How to create a hideable bottom view

I've developed a Xamarin.Forms.Shell app containing 4 tabs. I would like to add a basic audio player allowing to play music from a streaming source. But I'm looking to the best way to manage it: I don't want to display it in a dedicated page, as I…
Gold.strike
  • 1,269
  • 13
  • 47
-1
votes
2 answers

Method 'isChecked()' recurses infinitely, and can only end by throwing an exception

I have this warning but i dont know how to fix it. When i Start the app it goes in overflow but i can' t resolve the error. Look at the pictures DrawerItem use the function main
-1
votes
1 answer

How to add drawer without Appbar in flutter at the top left corner | Flutter

How to add drawer at top left corner without appbar, when i tried using positioned widget and Iconbutton and use Drawer as widget function, but it not working. Is there any other method?? class HomePage extends StatefulWidget { @override …
Murali Krishnan
  • 272
  • 5
  • 20
-1
votes
2 answers

how do i insert a drawer in here?

i am trying to put a drawer here but i keep getting an error. i have put a comment where the error is.Please check it out and help me. import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; AppBar appBar(String name) { …
Manuel
  • 23
  • 3
-1
votes
1 answer

How to update profile name of user in drawer widget in Flutter?

Please help me , I want to update profile name and email id of user in drawer widget.
vijay pareek
  • 21
  • 1
  • 1
-1
votes
1 answer

How to run function when after endDrawer is closed in flutter

I have product list page from which i opened endDrawer which contains cart item. if i remove cart items it does not update the product list page automatically. how to use .then function in endDrawer in flutter?
B.Ayaz
  • 47
  • 1
  • 9