0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.