257 followers
Mainly develops flutter packages used in admin service or CMS.
A unique id can be set for PlutoMenuItem. PlutoMenuItem( id: 'unique_id', title: 'Menu 1', ) If PlutoMenuItem is created in build method, you...
The default ScrollBehavior.dragDevices of PlutoGrid is as follows.(dragDevices is a setting that allows scrolling by dragging to the set pointer...
Example code to add custom widget to PlutoMenuBar. ยท Example code to add custom widget to PlutoMenuBar. One thing to note is that if a custom widget has...
PlutoGrid has default shortcut keys set, and users can change or set shortcut keys. Shortcut Range The scope of the shortcut depends on the...
PlutoLayout is a Flutter package for configuring layouts such as CMS or admin service.You can configure tab views or menus on the top, bottom, left,...
The modes of PlutoGrid are normal, readOnly, select, selectWithOneTap, multiSelect, and popup.The popup mode is intended to be used by internal...