data_layer 0.0.1-beta.1
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';