ydart 0.0.1
ydart: ^0.0.1 copied to clipboard
Ydart is a dart binding of the Yrs
example/ydart_example.dart
import 'package:ydart/ydart.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}