parrot 0.0.4 copy "parrot: ^0.0.4" to clipboard
parrot: ^0.0.4 copied to clipboard

outdated

Parrot is a modular Dart framework for building efficient, reliable, and scalable applications.

example/main.dart

import 'package:parrot/parrot.dart';

name(ref) => 'Parrot';
hello(ref) => 'Hello ${ref(name)}';

final root = Module(
  providers: {name, hello},
);

void main() async {
  final app = Parrot(root);

  print(await app.resolve(hello));
}
1
likes
0
pub points
0%
popularity

Publisher

verified publisherodroe.com

Parrot is a modular Dart framework for building efficient, reliable, and scalable applications.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on parrot