Native Mobile
Without Compromise.

A cross-platform mobile framework that renders actual native UI using a declarative component architecture. Built on the Flutter engine for Dart runtime.

import 'package:dcflight/dcflight.dart';
import 'package:dcf_primitives/dcf_primitives.dart';

void main() async {
  await DCFlight.start(
    app: DCFView(
      layout: DCFLayout(
        flex: 1,
        justifyContent: YogaJustifyContent.center,
        alignItems: YogaAlign.center
      ),
      styleSheet: DCFStyleSheet(
        backgroundColor: DCFColors.blue
      ),
      children: [
        DCFText(
          content: "Hello World ✈️"
        ),
      ]
    )
  );
}

True Native Performance

Direct native UI rendering, no platform views or abstractions. Write Dart once, render native on iOS and Android.

Declarative Components

Component-based architecture with state management. Build complex UIs with familiar patterns.

VDOM Reconciliation

Efficient updates with virtual DOM diffing and reconciliation. Optimized rendering pipeline.

Built for the Modern Stack

DCFlight provides the infrastructure to build native mobile applications with the developer experience you expect.

High Performance

Direct native rendering ensures maximum performance with minimal overhead.

Cross Platform

Write once, deploy to iOS and Android with true native UI on both platforms.

Type Safe

Full Dart type safety throughout the framework for better developer experience.

Hot Reload

Fast development iteration with hot reload support for rapid prototyping.

Choose Your License

DCFlight is dual-licensed. Use it for free for noncommercial purposes, or purchase a commercial license for your business.

Individual

Free

For personal projects, education, and noncommercial use

  • PolyForm Noncommercial License
  • Personal projects & hobby use
  • Educational use
  • Open source projects
View License
MOST POPULAR

Business

Custom

For commercial use, SaaS, and revenue-generating applications

  • Commercial License
  • Use in commercial products
  • SaaS & hosted platforms
  • Priority support available
  • Per organization pricing
Purchase License

Classroom

Free

For educational institutions and students

  • Free for educational use
  • Universities & schools
  • Student projects
  • Research & academic use
View License

Need help choosing? Contact us for assistance.

Open Source, Noncommercial License

DCFlight is dual-licensed under the PolyForm Noncommercial License 1.0.0 for open use, and requires a Commercial License for commercial applications.