bolt_kit library
Classes
- ApiService
- AppCard
- AppColors
- AppForm
- AppInput
- AppLayout
- AppPickers
- AppTextThemes
- AppTheme
- BoltKit
- BoltPDFViewer
- BoltPinInput
- Button
- CalendarPickerDialog
- CalendarPickerResult
- CalendarPickerUtil
- CropSettings
- DatePickerUtil
- FilePickerUtil
- GlassContainer
- GlassProperties
- GlassWidgets
- Pre-built glass widgets for common use cases
- ImagePickerUtil
- PDFViewerController
- Controller for the PDFViewer
- PermissionUtil
- QRScannerScreen
- QRScannerUtil
- ScannerOverlayPainter
- ScannerTheme
- TimePickerUtil
- Toast
Enums
Functions
-
showPinInputDialog(
{required BuildContext context, String title = 'Enter PIN', String? subtitle, String confirmButtonText = 'Confirm', String cancelButtonText = 'Cancel', int length = 6, PinInputTheme theme = PinInputTheme.outlined, bool obscureText = false, String? initialValue, TextInputType keyboardType = TextInputType.number, List< TextInputFormatter> ? inputFormatters, dynamic onChanged(String)?, dynamic validator(String)?, Color? backgroundColor, bool barrierDismissible = true}) → Future<String?>