kite 1.0.0 copy "kite: ^1.0.0" to clipboard
kite: ^1.0.0 copied to clipboard

A developer-friendly Flutter devpack with a modern design system, reusable UI components, utilities, and application foundations.

Kite 🪁 #

Kite is a Flutter development ecosystem for building clean, scalable, and consistent applications with less boilerplate.

It combines reusable Flutter foundations with a companion CLI for project scaffolding, architecture, routing, networking, offline storage, and developer tooling.

Kite Ecosystem #

                         KITE
                          │
          ┌───────────────┴───────────────┐
          │                               │
        kite                           kite_cli
   Flutter Dev Pack                    Dart CLI
          │                               │
 package:kite/kite_ui.dart          executable: kite
  • kite — Flutter UI foundations, themes, responsive utilities, extensions, and reusable developer tooling.
  • kite_cli — project initialization, feature generation, routing, networking, database setup, and synchronization.

Kite-generated applications remain standard Flutter projects while preserving developer ownership of application code.

Installation #

Install the companion CLI:

dart pub global activate kite_cli

Verify the installation:

kite --version

Quick Start #

flutter create my_app
cd my_app

kite init

Kite generates a structured application foundation:

lib/
├── app/
├── core/
├── features/
├── shared/
└── main.dart

Philosophy #

Generate the repetitive foundation, preserve developer ownership, and keep the resulting Flutter project easy to understand.

Kite accelerates development without hiding Flutter behind another framework.

Documentation #

License #

Licensed under the Apache License 2.0.

Copyright © 2026 Orkitt.

Kite 🪁 — Built with care by Orkitt.

0
likes
140
points
167
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherorkitt.dev

Weekly Downloads

A developer-friendly Flutter devpack with a modern design system, reusable UI components, utilities, and application foundations.

Repository (GitHub)
View/report issues

Topics

#flutter #design-system #ui-components #developer-tools #widget

License

Apache-2.0 (license)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on kite