neo4j_http_client 2023.1.0 copy "neo4j_http_client: ^2023.1.0" to clipboard
neo4j_http_client: ^2023.1.0 copied to clipboard

A Dart/Flutter library for interacting with the Neo4j HTTP API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neo4j_http_client

With Flutter:

 $ flutter pub add neo4j_http_client

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

dependencies:
  neo4j_http_client: ^2023.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:neo4j_http_client/neo4j_http_client.dart';
2
likes
120
points
21
downloads

Publisher

verified publisherszktty.jp

Weekly Downloads

A Dart/Flutter library for interacting with the Neo4j HTTP API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

freezed_annotation, http, json_annotation, very_good_analysis

More

Packages that depend on neo4j_http_client