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' ); } ` 
enhancement