FLUTTER ECOSYSTEM

flutter_inner_drawer

Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list menu or other.

flutter_inner_drawer cover
Latest version
1.0.0+1
30-day downloads
161
Likes
480
Pub points
70

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

Flutter Inner Drawer is a lightweight package that enables developers to implement an internal side drawer (left or right) within a Flutter app. It provides a simple and customizable way to add navigation menus or additional content areas without disrupting the main UI flow. The drawer slides in from the edge of the screen, offering a clean and modern user experience. It supports both horizontal and vertical gestures for opening and closing, and integrates seamlessly with existing widgets. Ideal for apps needing a compact, accessible navigation panel.

Use cases
  • Adding collapsible navigation menus
  • Creating contextual action panels
  • Implementing side-based filters or settings
  • Enhancing mobile app layouts with hidden content
  • Designing responsive interfaces with nested drawers
Key features
  • Easy integration with existing widgets
  • Supports left and right drawer positions
  • Gesture-driven open/close interactions
  • Customizable animation and styling
  • Lightweight and performant
  • Configurable drawer width and alignment
Suitable for
  • Mobile app developers seeking intuitive navigation
  • Designers wanting sleek side panels
  • Apps requiring minimalistic yet functional UIs
  • Projects using material design principles
  • Developers aiming for smooth, gesture-based interactions
Considerations
  • May require careful handling of overlapping content
  • Limited built-in support for complex nested drawers
  • Not ideal for full-screen overlay scenarios
  • Requires attention to accessibility on touch gestures
  • Best suited for single-level navigation structures
Supported platformsNot available

Install package

flutter pub add flutter_inner_drawer

Categories

Source repository

Related projects