orbitnest_studio_flutter 1.6.3
orbitnest_studio_flutter: ^1.6.3 copied to clipboard
Official Flutter SDK for OrbitNest Studio — auth (MFA, passkeys, SMS), Postgres queries, realtime, storage, and vector search for your backend.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add orbitnest_studio_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
orbitnest_studio_flutter: ^1.6.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:orbitnest_studio_flutter/orbitnest_studio_flutter.dart';