service_runner 1.0.0 copy "service_runner: ^1.0.0" to clipboard
service_runner: ^1.0.0 copied to clipboard

A lightweight Flutter package for service initialization with lifecycle management, splash screen support, and a global service registry.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add service_runner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  service_runner: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:service_runner/service_runner.dart';
2
likes
160
points
131
downloads

Publisher

verified publishernylo.dev

Weekly Downloads

A lightweight Flutter package for service initialization with lifecycle management, splash screen support, and a global service registry.

Homepage
Repository (GitHub)
View/report issues

Topics

#service-initialization #lifecycle-management #service-registry

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on service_runner