This will print out the versions of the three major Flutter branches on GitHub.
$ dart flutter_version.dart
Flutter beta is at v0.4.4
Flutter dev is at v0.5.4
Flutter master is at <NO TAG>
It's also possible to check only one branch, and to print out more detail about the branch and tag that is found: dart flutter_version.dart beta
or dart flutter_version master -v
.