commonkit 0.1.2
commonkit: ^0.1.2 copied to clipboard
A lightweight utility package for Flutter with widgets, helpers, and extensions
CommonKit #
A lightweight utility package for Flutter providing reusable widgets, helpers, and extensions to simplify common development tasks.
Features #
- Widgets: Reusable UI components like
CustomButton,LoadingOverlay,CustomDialog, andAdvancedImagePicker. - Helpers: Utilities for network requests (
NetworkHelper), clipboard management (ClipboardManager), directory operations (DirectoryManager), and more. - Extensions: Convenient extensions for strings (e.g.,
truncate) and context. - WASM Compatibility: Supports WebAssembly (WASM) with conditional exports for web-safe features.
- Configuration: Global configuration via
GlobalConfigand theme support withCommonKitTheme.
Installation #
Add commonkit to your pubspec.yaml:
dependencies:
commonkit: ^0.1.2