neurodb_dart_driver 0.0.1+4 copy "neurodb_dart_driver: ^0.0.1+4" to clipboard
neurodb_dart_driver: ^0.0.1+4 copied to clipboard

Neurodb driver writen by dart, which help flutter app connect to neurodb server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neurodb_dart_driver
copied to clipboard

With Flutter:

 $ flutter pub add neurodb_dart_driver
copied to clipboard

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

dependencies:
  neurodb_dart_driver: ^0.0.1+4
copied to clipboard

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:neurodb_dart_driver/neurodb_dart_driver.dart';
copied to clipboard
0
likes
160
points
6
downloads

Publisher

verified publisherdudu.ltd

Weekly Downloads

2024.08.26 - 2025.03.10

Neurodb driver writen by dart, which help flutter app connect to neurodb server.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on neurodb_dart_driver