Commit Graph

8 Commits

Author SHA1 Message Date
92550934ed feat: component updated & fixes 2025-06-10 15:56:06 +03:00
bce2356a8c feat(ModalComponent): add static callbacks + pass down scrollDamping 2025-06-04 00:34:57 +03:00
b13e3c94f4 feat(ModalComponent): make ModalComponent properties mutable and auto-rebuild on change
- Refactored ModalComponent to use getters and setters for all
configurable properties.
- Automatically triggers rebuild() when any property is updated at
runtime.
- Enables dynamic updates to title, content, footer, and layout
behavior.
2025-05-27 00:01:29 +03:00
91fb3d7a9f build: add precommit hook 2025-05-25 13:06:55 +03:00
2fed73ec5b chore: dart format 2025-05-25 12:46:14 +03:00
4955155f15 docs: update example 2025-05-25 12:37:44 +03:00
8b96f1dcbf chore: update pubspec.yaml 2025-05-24 20:25:29 +03:00
7a6d840452 feat: add example 2025-05-24 19:37:30 +03:00