kite 1.0.1 copy "kite: ^1.0.1" to clipboard
kite: ^1.0.1 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
97
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