Write cross-platform native apps with Flutter and Dart in the cloud.
Start coding free →Flutter is Google's open-source framework for building cross-platform native apps from a single Dart codebase. It uses the Skia graphics engine to render fast, expressive interfaces and compiles to native code for Android and iOS. A RunCode workspace comes with Flutter and Dart preinstalled, ready to build without any local configuration.
Open a Flutter workspace →Flutter compiles to native code rather than using a web view, which means apps run smoothly on both Android and iOS from the same codebase. Its widget system gives developers precise control over the visual output. Hot reload shows changes in the running app without a full restart, which keeps iteration fast. Flutter is commonly used to build apps for the Google Play Store and Apple App Store.