homeconnect 0.1.0 copy "homeconnect: ^0.1.0" to clipboard
homeconnect: ^0.1.0 copied to clipboard

HomeConnectApi is a Dart package that provides a client for the Home Connect API, allowing users to interact with their home appliances.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add homeconnect

With Flutter:

 $ flutter pub add homeconnect

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

dependencies:
  homeconnect: ^0.1.0

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:homeconnect/homeconnect.dart';
3
likes
100
pub points
33%
popularity

Publisher

verified publisherkitchenstories.com

HomeConnectApi is a Dart package that provides a client for the Home Connect API, allowing users to interact with their home appliances.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

eventsource, http, json_annotation, mockito, oauth2, test, uuid

More

Packages that depend on homeconnect