happy_platform_sdk 1.0.0
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_sdkWith Flutter:
$ flutter pub add happy_platform_sdkThis 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.0Alternatively, 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';