kite 1.0.0
kite: ^1.0.0 copied to clipboard
A developer-friendly Flutter devpack with a modern design system, reusable UI components, utilities, and application foundations.
import 'app/app.dart';
import 'app/bootstrap.dart';
/// Built with Kite 🪁
/// Flutter foundations, architecture, and developer tooling.
/// Learn more: https://kite.orkitt.dev
Future<void> main() async {
await bootstrap(() => const App());
}