Getting Started with DCFlight

DCFlight allows you to build native iOS and Android applications using Dart, rendering true native UI components instead of drawing pixels to a canvas.

Prerequisites

  • Flutter SDK (for Dart toolchain)
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Installation

dart pub global activate dcflight_cli

Creating a Project

dcflight create my_app
cd my_app
dcflight run