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