FlutterCraft

Code Playground

Write code, hit Run, and see the result instantly — choose Flutter UI to build visual apps, or Dart Console to practice logic and algorithms.

Write Flutter code → see a live mobile preview on the right side

Flutter Templates

Things to Try

  • 1Change Colors.blue to Colors.purple
  • 2Add more widgets in Column
  • 3Wrap text in a Padding widget
  • 4Try changing the icon to Icons.star

Quick Guide

  • Pick a template — code appears in the editor
  • Edit the code however you like
  • Press Run to compile & execute
  • See live UI in the right panel

Hello World

Basic Flutter app with AppBar & body

Beginner
Hello WorldFlutter
Variables & TypesDart

Experiment Ideas

Change Colors

Try Colors.purple or Colors.orange

Add Widgets

Add ElevatedButton, Card, or Image

Layout Changes

Switch Column to Row or try Wrap