nhost_dart_sdk 1.0.0-dev.0 copy "nhost_dart_sdk: ^1.0.0-dev.0" to clipboard
nhost_dart_sdk: ^1.0.0-dev.0 copied to clipboard

discontinuedreplaced by: nhost_sdk
outdated

Nhost authentication and file storage/retrieval APIs for the Dart language

example/lib/main.dart

import 'package:nhost_dart_sdk/client.dart';

void main() async {
  final nhost = NhostClient(
    baseUrl: 'https://backend-5e69d1d7.nhost.app',
  );
  await nhost.auth.login(email: 'scott@madewithfelt.com', password: 'foofoo');
  await nhost.storage.getDirectoryMetadata('/public/');
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Nhost authentication and file storage/retrieval APIs for the Dart language

Homepage
Repository (GitHub)

License

unknown (LICENSE)

Dependencies

http, http_parser, json_annotation, jwt_decoder, meta, path, pedantic

More

Packages that depend on nhost_dart_sdk