at_server_spec 5.0.3 copy "at_server_spec: ^5.0.3" to clipboard
at_server_spec: ^5.0.3 copied to clipboard

A Dart library containing abstract classes that defines what implementations of the root and secondary servers are responsible for.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add at_server_spec
copied to clipboard

With Flutter:

 $ flutter pub add at_server_spec
copied to clipboard

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

dependencies:
  at_server_spec: ^5.0.3
copied to clipboard

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:at_server_spec/at_server_spec.dart';
copied to clipboard
2
likes
140
points
743
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

2024.09.23 - 2025.04.07

A Dart library containing abstract classes that defines what implementations of the root and secondary servers are responsible for.

Homepage
Repository (GitHub)
Contributing

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

at_commons, meta

More

Packages that depend on at_server_spec