commonkit

CommonKit

A lightweight, reusable utility package for Flutter apps, providing a collection of widgets, helpers, and extensions to simplify common development tasks.

Pub Version

Features

Widgets

Extensions

Helpers

Configuration

Example

The example directory contains a sample app demonstrating all features. The ExamplePage in example/lib/example_page.dart provides a dedicated interface to test key utilities like network requests, file uploads, directory management, clipboard, and permissions.

Getting Started

Add CommonKit to your pubspec.yaml:

```yaml dependencies: commonkit: ^0.1.0 # Use the latest version from pub.dev