altogic_dart 0.0.9+6 copy "altogic_dart: ^0.0.9+6" to clipboard
altogic_dart: ^0.0.9+6 copied to clipboard

outdated

Dart client for Altogic. Altogic is a backend application development and execution platform, enabling people and businesses to design, deploy and manage scalable applications.

example/altogic_dart_example.dart

import 'package:altogic_dart/altogic_dart.dart';

Future<void> main() async {
  var client =
      createClient('https://c1-na.altogic.com/e:....207', '5ad85....a7c26');

  await client.auth.signInWithEmail('mehmedyaz@gmail.com', 'mehmetyaz');

  var res = await client.db.getStats();

  print(res.data);
}
14
likes
0
points
109
downloads

Publisher

verified publisheraltogic.com

Weekly Downloads

Dart client for Altogic. Altogic is a backend application development and execution platform, enabling people and businesses to design, deploy and manage scalable applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

socket_io_client

More

Packages that depend on altogic_dart