- Adding Suport to Material Banner
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()],
),
)
- Remove deprecated symbols for flutter 3.7
- Added Cupertino Modal Popup
- Added Cupertino Dialog
- Width and Elevation parameter on AsukaSnackbar
- Refactor: Asuka is now a singleton.
- Removed imports with prefix asuka.
- Fix bug in Channel Stable