service_framework 0.0.1-dev.1 copy "service_framework: ^0.0.1-dev.1" to clipboard
service_framework: ^0.0.1-dev.1 copied to clipboard

Another state management wrapper for InheritedElements.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add service_framework

With Flutter:

 $ flutter pub add service_framework

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

dependencies:
  service_framework: ^0.0.1-dev.1

Alternatively, your editor might support dart pub get or 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_framework/scr/extensions.dart';
import 'package:service_framework/scr/notifications.dart';
import 'package:service_framework/scr/proxy.dart';
import 'package:service_framework/scr/services.dart';
import 'package:service_framework/scr/subscriptions.dart';
import 'package:service_framework/scr/widgets.dart';
import 'package:service_framework/service.dart';
1
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Another state management wrapper for InheritedElements.

Repository (GitHub)
View/report issues

Topics

#state-management #http

License

unknown (license)

Dependencies

flutter

More

Packages that depend on service_framework