Skip to content

Instantly share code, notes, and snippets.

@tetujin
Last active December 11, 2021 05:50
Show Gist options
  • Save tetujin/a6e9d22d2684a0943dda2be484767c57 to your computer and use it in GitHub Desktop.
Save tetujin/a6e9d22d2684a0943dda2be484767c57 to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
void main() {
runApp(
const Center(
child: Text(
'Hello, world!',
textDirection: TextDirection.ltr,
),
),
);
}
@tetujin
Copy link
Author

tetujin commented Nov 13, 2021

public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment