Nguyen Tam Thanh

Results 2 issues of Nguyen Tam Thanh

I tried to add transaction to this repo. Can you guide how to use transaction. I'd love to see how you use it at create user. Thanks

` extension AlertExtension on BuildContext { void showQuickAlertFeatureNotYetAvailable() { QuickAlert.show( context: this, type: QuickAlertType.warning, text: 'This feature is not yet available.', customAsset: 'assets/images/coming_soon.jpg' ); } ` ![image](https://github.com/belovance/QuickAlert/assets/48196420/cb6e9d42-447a-4be3-9915-366fcedbf986)

enhancement