ncc_data_shaft 1.0.1 copy "ncc_data_shaft: ^1.0.1" to clipboard
ncc_data_shaft: ^1.0.1 copied to clipboard

The official bridge between network_cool_client (ncc) and data_shaft. Provides standardized drivers and datasources for a clean data layer.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ncc_data_shaft

With Flutter:

 $ flutter pub add ncc_data_shaft

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

dependencies:
  ncc_data_shaft: ^1.0.1

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:ncc_data_shaft/ncc_data_shaft.dart';
0
likes
160
points
100
downloads

Documentation

API reference

Publisher

verified publisheryaminokishi.com

Weekly Downloads

The official bridge between network_cool_client (ncc) and data_shaft. Provides standardized drivers and datasources for a clean data layer.

Repository (GitHub)
View/report issues
Contributing

Topics

#clean-architecture #networking #session-management #data-layer #repository-pattern

License

MIT (license)

Dependencies

data_shaft, meta, ncc

More

Packages that depend on ncc_data_shaft