postbasefl 0.1.1
postbasefl: ^0.1.1 copied to clipboard
The official Dart/Flutter client for Postbase — a self-hosted, open-source backend as a service built on PostgreSQL. REST query builder, auth, storage, and RLS support for Flutter and plain Dart.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add postbaseflThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
postbasefl: ^0.1.1Alternatively, 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:postbasefl/postbasefl.dart';