import 'package:flutter/material.dart'; | |
void main() => runApp( | |
Center( | |
child: Text( | |
"Hello Flutter!", | |
textDirection: TextDirection.ltr, | |
)), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment