Skip to content

Instantly share code, notes, and snippets.

@yojkim
Created January 12, 2021 13:34
Show Gist options
  • Save yojkim/f68c538106b75e7268b06282e4c3e27b to your computer and use it in GitHub Desktop.
Save yojkim/f68c538106b75e7268b06282e4c3e27b to your computer and use it in GitHub Desktop.
import 'package:flutter/widgets.dart';
void main() {
runApp(const Center(
child: const Text('Hello', textDirection: TextDirection.ltr)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment