Squid Client SDK for Dart

The Squid Client SDK for Dart is a dart library that enables seamless integration of Squid Cloud into your mobile applications.

Getting Started

Installation

Add the following to your pubspec.yaml file:

dependencies:
  squid_cloud: ^1.0.126-beta.1

Usage

Import the library into your project:

import 'package:squid_cloud/client.dart';

Initialize the client with your Squid Cloud application ID and region:

final squid = Squid.getInstance(
  appId: 'myAppId',
  region: SupportedSquidRegion.awsUsEast1);

Libraries

client