> ## Documentation Index
> Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Flutter Extend

> The ultimate cheat code for cleaner, faster Flutter development.

<img src="https://mintcdn.com/starrycodes/PS8JuEC6FMIbIiYC/images/flutter_extend/banner.png?fit=max&auto=format&n=PS8JuEC6FMIbIiYC&q=85&s=7db1922d6a6366bd91445a66282b5db1" alt="Flutter Extend Banner" style={{height: "auto", width: "auto"}} className="rounded-xl shadow-2xl mb-8 w-full" noZoom width="4600" height="2600" data-path="images/flutter_extend/banner.png" />

<div className="center flex gap-2 mb-6">
  <a href="https://pub.dev/packages/flutter_extend">
    <img src="https://img.shields.io/pub/v/flutter_extend?style=flat-square&color=blue" alt="Pub Version" />
  </a>

  <a href="https://github.com/KenStarry/flutter_extend">
    <img src="https://img.shields.io/github/stars/KenStarry/flutter_extend?style=flat-square&logo=github" alt="GitHub Stars" />
  </a>

  <img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="License" />
</div>

## Supercharge your Workflow

Flutter Extend isn't just a library; it's a productivity suite. We've packaged the most common boilerplate patterns into elegant, single-line solutions.

Explore the power suites below.

<CardGroup cols={2}>
  <Card title="Smart Navigation" icon="map-location-dot" href="/flutter_extend/api/context/navigator">
    Navigate between screens without `context` clutter. Push, pop, and replace with intuitive verbs.
  </Card>

  <Card title="UI & Layouts" icon="wand-magic-sparkles" href="/flutter_extend/api/widget/scaffold">
    Padding, margins, and responsiveness handled directly on the Widget itself.
  </Card>

  <Card title="Power Extensions" icon="bolt" href="/flutter_extend/api/string/currency">
    String manipulations, Date formatting, and List handling simplified.
  </Card>

  <Card title="Theme Access" icon="palette" href="/flutter_extend/api/context/theme">
    Access colors and text styles instantly without digging through `Theme.of(context)`.
  </Card>
</CardGroup>

## The "Extend" Experience

Why do developers choose this over standard Flutter syntax?

<CardGroup cols={3}>
  <Card title="Minimalist" icon="feather">
    Designed to be invisible. No heavy wrapper classes, just pure Dart extensions.
  </Card>

  <Card title="Type Safe" icon="shield-check">
    Fully typed and null-safe. If your code compiles, it works.
  </Card>

  <Card title="Production Ready" icon="server">
    Used in real-world apps like **Flow Music Player**.
  </Card>
</CardGroup>

## Start Building

<Card title="Installation Guide" icon="rocket" href="/flutter_extend/installation" horizontal>
  <span className="text-gray-500 dark:text-gray-400">
    Add to `pubspec.yaml` and save 20 minutes of coding today.
  </span>
</Card>
