parrot 0.0.0 parrot: ^0.0.0 copied to clipboard
Parrot is a progressive framework for building efficient, reliable and scalable Dart applications.
import 'package:parrot/parrot.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}