hello_ray 1.0.2 hello_ray: ^1.0.2 copied to clipboard
This is a test dart package for testing automated package upload purpose. This package is free to use and copy, and the only purpose is to demo publishing stuff on pub.dev.
example/hello_ray_example.dart
import 'package:hello_ray/hello_ray.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}