ubuntu_service 0.2.4 copy "ubuntu_service: ^0.2.4" to clipboard
ubuntu_service: ^0.2.4 copied to clipboard

outdated

Simple service locator API based on GetIt.

Ubuntu Service #

pub license: MPL CI codecov

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>();
  ...
}
7
likes
0
points
324
downloads

Publisher

verified publishercanonical.com

Weekly Downloads

Simple service locator API based on GetIt.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

get_it, meta

More

Packages that depend on ubuntu_service