edge_io 0.0.1-dev.1 copy "edge_io: ^0.0.1-dev.1" to clipboard
edge_io: ^0.0.1-dev.1 copied to clipboard

outdated

IO implementations for Dart Edge.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add edge_io

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

dependencies:
  edge_io: ^0.0.1-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:edge_io/adapters/memory/directory.dart';
import 'package:edge_io/adapters/memory/entity.dart';
import 'package:edge_io/adapters/memory/file.dart';
import 'package:edge_io/adapters/memory/impl/directory_impl.dart';
import 'package:edge_io/adapters/memory/impl/file_impl.dart';
import 'package:edge_io/adapters/memory/impl/implementation.dart';
import 'package:edge_io/adapters/memory/memory_adapter.dart';
import 'package:edge_io/memory.dart';
0
likes
0
points
30
downloads

Publisher

verified publisherinvertase.io

Weekly Downloads

IO implementations for Dart Edge.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path

More

Packages that depend on edge_io