server_contracts 0.1.1 copy "server_contracts: ^0.1.1" to clipboard
server_contracts: ^0.1.1 copied to clipboard

Framework-agnostic contracts for auth, data, config, and translation server packages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_contracts

With Flutter:

 $ flutter pub add server_contracts

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

dependencies:
  server_contracts: ^0.1.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:server_contracts/server_contracts.dart';
0
likes
160
points
608
downloads

Documentation

API reference

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Framework-agnostic contracts for auth, data, config, and translation server packages.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

More

Packages that depend on server_contracts