el_webapi_api 0.0.1+8 copy "el_webapi_api: ^0.0.1+8" to clipboard
el_webapi_api: ^0.0.1+8 copied to clipboard

A library to interact with ECHONET Lite Web API (v1.3.0). It uses http.Client library and supports parse returned data into corresponding objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add el_webapi_api

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

dependencies:
  el_webapi_api: ^0.0.1+8

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:el_webapi_api/el_webapi_api.dart';
3
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A library to interact with ECHONET Lite Web API (v1.3.0). It uses http.Client library and supports parse returned data into corresponding objects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http, intl, json_annotation

More

Packages that depend on el_webapi_api