contract 0.0.1-test copy "contract: ^0.0.1-test" to clipboard
contract: ^0.0.1-test copied to clipboard

This is dio contract library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add contract

With Flutter:

 $ flutter pub add contract

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

dependencies:
  contract: ^0.0.1-test

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:contract/model/amount.dart';
1
likes
120
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

This is dio contract library

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, http, intl, meta

More

Packages that depend on contract