payam-zahedi / toastification

Toastification is a Flutter package for displaying customizable toast messages. It provides predefined widgets for success, error, warning, and info messages, as well as a custom widget for flexibility. With Toastification, you can add and manage multiple toast messages at the same time with ease.
https://payamzahedi.com/toastification/
BSD 3-Clause "New" or "Revised" License
587 stars 45 forks source link

feat: add inherited widget to pass properties to built in widgets #139

Closed alirezat66 closed 2 weeks ago

alirezat66 commented 1 month ago

This commit updates the import paths for the built-in styles in the built_in directory. The import paths have been changed to reflect the new directory structure in the core/style directory. This change improves code organization and ensures that the correct styles are imported.