In this package, we can use some constants methods and widgets like share, show snack bar, image widget, etc.
Features
Use below features in this package
- Launcher
- Share
- SnackBar
- SingleButtonAlert
- DoubleButtonAlert
- ShowLoaderDialog
- EmailValidation
- Base64Encode
- PushNavigator
- PushReplaceNavigator
- DatePicker
- CheckInternet
- CheckPermission
- CachedNetworkImage Widget
- CenterAssetImage Widget
Usage
final constantMethods = ConstantMethods();
constantMethods.launcher('url');
constantMethods.share({String? assetImagePath, required String message})