Appstitch
Appstitch connects the most powerful SaaS tools for your app. Build faster and securely
Install
npm install @appstitch/coreappstitch_core: ^2.0.0npm install @appstitch/typesN/AUsage
import appstitch from "@appstitch/core";
appstitch.initialize({
appStitchKey:"your_stitch_key",
clientID : "your_client_id"
url : "custom.domain.com" // Only required for paid plans
});import 'package:appstitch_core/options.dart';
import 'package:appstitch_core/core.dart';
final core = Core();
final config =
Options(appStitchKey: "your_stitch_key", clientID: "your_client_id");
core.initialize(config);
Authentication
Appstitch Authenthication
Custom Authentication
Sample Callback
Last updated