ubuntu_service

Creator: coderz1093

Last updated:

Add to Cart

Description:

ubuntu service

Ubuntu Service #




Simple service locator API based on GetIt.
import 'package:ubuntu_service/ubuntu_service.dart';

void main() {
registerService<MyService>(MyService.new);
...
}

void somewhereElse() {
final service = getService<MyService>();
...
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.