postbasefl 0.1.1 copy "postbasefl: ^0.1.1" to clipboard
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 postbasefl

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  postbasefl: ^0.1.1

Alternatively, 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';
0
likes
130
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#postbase #backend #database #authentication #storage

License

MIT (license)

Dependencies

app_links, crypto, flutter, flutter_secure_storage, http, http_parser, meta, shared_preferences, url_launcher

More

Packages that depend on postbasefl