All Projects → alex-melnyk → flutter_advanced_drawer

alex-melnyk / flutter_advanced_drawer

Licence: BSD-3-Clause license
https://pub.dev/packages/flutter_advanced_drawer

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to flutter advanced drawer

Zimlx
Open Source and free launcher for Android
Stars: ✭ 137 (+211.36%)
Mutual labels:  drawer
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+4363.64%)
Mutual labels:  drawer
react-spring-bottom-sheet
Accessible ♿️, Delightful ✨, & Fast 🚀
Stars: ✭ 604 (+1272.73%)
Mutual labels:  drawer
Kf drawer
Flutter drawer (dynamic ready side menu)
Stars: ✭ 144 (+227.27%)
Mutual labels:  drawer
Kwdrawercontroller
Drawer view controller that easy to use!
Stars: ✭ 154 (+250%)
Mutual labels:  drawer
Material Menu
Animations for Android L drawer, back, dismiss and check icons
Stars: ✭ 2,481 (+5538.64%)
Mutual labels:  drawer
Mp canvas drawer
🚀 微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片
Stars: ✭ 1,611 (+3561.36%)
Mutual labels:  drawer
DKNavigationDrawer
Navigation Drawer for iOS using Swift. https://media.giphy.com/media/I45syjhreC0Rq/giphy.gif
Stars: ✭ 17 (-61.36%)
Mutual labels:  drawer
Pulley
A library to imitate the iOS 10 Maps UI.
Stars: ✭ 1,928 (+4281.82%)
Mutual labels:  drawer
UX-UI-Navigation
UX / UI Custom NavigationDrawer with Fragment
Stars: ✭ 70 (+59.09%)
Mutual labels:  drawer
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+26031.82%)
Mutual labels:  drawer
Drawers
Group related classes together. No more silos. A solution to rails dystopia.
Stars: ✭ 150 (+240.91%)
Mutual labels:  drawer
Swiftui Animation
SwiftUI Animation
Stars: ✭ 233 (+429.55%)
Mutual labels:  drawer
React Native Drawer Menu
A drawer component for React Native Application.
Stars: ✭ 140 (+218.18%)
Mutual labels:  drawer
Flutter slider drawer
You can make slider drawer type ui by this plugin
Stars: ✭ 152 (+245.45%)
Mutual labels:  drawer
Hyperion Android
App Debugging & Inspection Tool for Android
Stars: ✭ 1,778 (+3940.91%)
Mutual labels:  drawer
Mmenu Js
The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.
Stars: ✭ 2,535 (+5661.36%)
Mutual labels:  drawer
hipsbarjs
Hipsbarjs is a javascript plugin for easily creating drawers in web apps
Stars: ✭ 17 (-61.36%)
Mutual labels:  drawer
vue-modal
A customizable, stackable, and lightweight modal component for Vue.
Stars: ✭ 96 (+118.18%)
Mutual labels:  drawer
Drawerview
A drop-in view, to be used as a drawer anywhere in your app
Stars: ✭ 251 (+470.45%)
Mutual labels:  drawer

flutter_advanced_drawer

An advanced drawer widget, that can be fully customized with size, text, color, radius of corners.

Advanced Drawer States

Drawer Open State Drawer Closed State
Advanced Drawer Open State Advanced Drawer Closed State

AdvancedDrawer Parameters

Parameter Description Type Default
child Screen widget Widget required
drawer Drawer widget Widget required
controller Widget controller AdvancedDrawerController
backdropColor Backdrop color Color
openRatio Opening ratio double 0.75
openScale Opening child scale factor double 0.85
animationDuration Animation duration Duration 300ms
animationCurve Animation curve Curve Curves.easeInOut
childDecoration Child container decoration BoxDecoration Shadow, BorderRadius
animateChildDecoration Indicates that [childDecoration] might be animated or not. bool true
rtlOpening Opening from Right-to-left. bool false
disabledGestures Disable gestures. bool false

Preview

Preview Tap Preview Gesture
Advanced Drawer Tap Animation Advanced Drawer Gestures
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].