data_layer 0.0.1-beta.1 copy "data_layer: ^0.0.1-beta.1" to clipboard
data_layer: ^0.0.1-beta.1 copied to clipboard

Isolated data layer abstractions for Dart and Flutter apps

Data Layer #

Pure Dart package for isolating data layer abstractions from the rest of your app.

Features #

  • Isolated data layer abstractions
  • REST API client
  • API request and response handling
  • API result handling

Getting started #

Add the following to your pubspec.yaml:

dependencies:
  data_layer: ^0.0.1-beta.1

Usage #

import 'package:data_layer/data_layer.dart';
3
likes
0
points
27
downloads

Publisher

verified publisherlabenz.dev

Weekly Downloads

Isolated data layer abstractions for Dart and Flutter apps

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

freezed_annotation, http, logging

More

Packages that depend on data_layer