endaft_core 0.0.4-dev.11 copy "endaft_core: ^0.0.4-dev.11" to clipboard
endaft_core: ^0.0.4-dev.11 copied to clipboard

The core library behind the EnDaft 'shared' library. Chock full of goodness within.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add endaft_core

With Flutter:

 $ flutter pub add endaft_core

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

dependencies:
  endaft_core: ^0.0.4-dev.11

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:endaft_core/client.dart';
import 'package:endaft_core/client_test.dart';
import 'package:endaft_core/common.dart';
import 'package:endaft_core/extras.dart';
import 'package:endaft_core/matchers.dart';
import 'package:endaft_core/server.dart';
import 'package:endaft_core/server_test.dart';