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.
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.
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 thecore/style
directory. This change improves code organization and ensures that the correct styles are imported.