yonomi_platform_sdk 5.2.1 copy "yonomi_platform_sdk: ^5.2.1" to clipboard
yonomi_platform_sdk: ^5.2.1 copied to clipboard

The Yonomi Platform SDK aims to lower the curve to getting an application connected to the Yonomi Platform and working with objects in the IoT domain.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yonomi_platform_sdk

With Flutter:

 $ flutter pub add yonomi_platform_sdk

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

dependencies:
  yonomi_platform_sdk: ^5.2.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:yonomi_platform_sdk/third_party/yonomi_graphql_schema/schema.docs.ast.gql.dart';
import 'package:yonomi_platform_sdk/third_party/yonomi_graphql_schema/schema.docs.schema.gql.dart';
import 'package:yonomi_platform_sdk/third_party/yonomi_graphql_schema/schema.docs.schema.gql.g.dart';
import 'package:yonomi_platform_sdk/third_party/yonomi_graphql_schema/serializers.gql.dart';
import 'package:yonomi_platform_sdk/third_party/yonomi_graphql_schema/serializers.gql.g.dart';
import 'package:yonomi_platform_sdk/yonomi-sdk.dart';
4
likes
110
pub points
0%
popularity

Publisher

verified publisheryonomi.co

The Yonomi Platform SDK aims to lower the curve to getting an application connected to the Yonomi Platform and working with objects in the IoT domain.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

built_collection, built_value, dart_jsonwebtoken, dotenv, equatable, gql, gql_code_builder, gql_exec, gql_http_link, gql_link, http, meta, yaml

More

Packages that depend on yonomi_platform_sdk