Skip to content

Instantly share code, notes, and snippets.

@chimon2000
Created February 26, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chimon2000/6ef29dbdee9532352e3e3851dc65b1b8 to your computer and use it in GitHub Desktop.
Save chimon2000/6ef29dbdee9532352e3e3851dc65b1b8 to your computer and use it in GitHub Desktop.
Hello World
import 'package:flutter/material.dart';
void main() => runApp(
Center(
child: Text(
'Hello Charlotte Devs!',
textDirection: TextDirection.ltr,
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment