net_models 1.0.0 copy "net_models: ^1.0.0" to clipboard
net_models: ^1.0.0 copied to clipboard

Networking models for typed API error/response handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add net_models

With Flutter:

 $ flutter pub add net_models

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

dependencies:
  net_models: ^1.0.0

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:net_models/net_models.dart';
0
likes
150
points
111
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Networking models for typed API error/response handling.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on net_models