custom_profile_drawer π§βπΌπ±
A simple and customizable Flutter widget for adding a profile section inside a Scaffold
's Drawer
. You only need to pass user details and routing callbacks β no need to build the UI from scratch!
β¨ Features
- Prebuilt profile UI inside a drawer.
- Customizable name, email, profile image, and navigation items.
- Supports clickable list items that redirect to different pages.
- Works only when used inside a
Scaffold.drawer
property (shows error otherwise).
π¦ Installation
Add this to your pubspec.yaml
:
dependencies:
custom_profile_drawer: ^0.0.1