commonkit 0.1.2 copy "commonkit: ^0.1.2" to clipboard
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.

Pub Version GitHub stars GitHub license

Features #

  • Widgets: Reusable UI components like CustomButton, LoadingOverlay, CustomDialog, and AdvancedImagePicker.
  • 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 GlobalConfig and theme support with CommonKitTheme.

Installation #

Add commonkit to your pubspec.yaml:

dependencies:
  commonkit: ^0.1.2
2
likes
0
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight utility package for Flutter with widgets, helpers, and extensions

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, image_picker, intl, path_provider, permission_handler, shared_preferences

More

Packages that depend on commonkit