asuka 2.2.1 asuka: ^2.2.1 copied to clipboard
Show Snackbars, dialogs, ModalSheets and more in a single provider. Simple and Clean.
Changelog #
[2.2.0] - 19/07/2023 #
- Adding Suport to Material Banner
Example #
Asuka.showMaterialBanner(
const MaterialBanner(
overflowAlignment: OverflowBarAlignment.start,
backgroundColor: Colors.red,
elevation: 1,
content: AsukaContentWidget(
icon: Icons.report,
content: 'This is a Material Banner',
actions: [],
type: AsukaType.materialBanner,
),
actions: [SizedBox.shrink()],
),
)
[2.1.0] - 19/05/2023 #
- Support for flutter 3.10
[2.0.2] - 17/02/2023 #
[2.0.1] - 29/07/2022 #
[1.0.4] - 22/07/2020 #
- Fix bug in Channel Stable
[1.0.3] - 28/06/2020 #
- Added Overlay
[1.0.0] - 06/06/2020 #
- First release