yao_registry_service 0.0.1 copy "yao_registry_service: ^0.0.1" to clipboard
yao_registry_service: ^0.0.1 copied to clipboard

registry service for used by yao framework

Getting Started #

final app = Yao();
app.inject(YaoRegistryService());
app.run();

//somewhere in your class
final registry = app.find<YaoRegistryService>();
0
likes
120
pub points
0%
popularity

Publisher

verified publisheraikosia.com

registry service for used by yao framework

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, localstorage, yao_core

More

Packages that depend on yao_registry_service