tiger_graph 0.0.1 tiger_graph: ^0.0.1 copied to clipboard
A Dart wrapper that streamlines connection between a TigerGraph cloud instance and Flutter.
tiger_graph #
A Dart wrapper that streamlines connection between a TigerGraph cloud instance and Flutter.
Getting Started #
//Server for instance is like this: 'fraud-det.i.tgcloud.us:9000'
GraphClient graphClient = await GraphClient.getInstance({Your Secret}, {Your Graph Name}, {Your Server Name});
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.