📄️ Dialog
The C2CDialog class provides a convenient way to display customizable dialog boxes in Flutter applications. It includes methods for showing both confirmation and alert dialogs with various customization options.
📄️ MaskInputFormatter
C2CMaskInputFormatter is a Flutter TextInputFormatter used for applying custom masks to text input in a TextField. It enables formatting and validating text as per a specified mask pattern.
📄️ Loading
A singleton class to manage loading popup.
📄️ Toast
A singleton class to manage toast messages.