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

A powerful Flutter client for the Happy Platform BaaS. Enables fluent, type-safe access to your self-hosted Firestore-like database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add happy_platform_sdk

With Flutter:

 $ flutter pub add happy_platform_sdk

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

dependencies:
  happy_platform_sdk: ^1.0.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:happy_platform_sdk/happy_platform_sdk.dart';
1
likes
130
points
52
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter client for the Happy Platform BaaS. Enables fluent, type-safe access to your self-hosted Firestore-like database.

Repository (GitHub)

License

MIT (license)

Dependencies

dio, uuid, web_socket_channel

More

Packages that depend on happy_platform_sdk