Using ably-flutter with ably.io

Dart integration

✓ Official SDK
Install
# See https://github.com/ably/ably-flutter
Get the service time
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/time
Retrieve usage statistics for an application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/stats
Enumerate all active channels of the application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/channels
SDK on GitHub 📄 API Docs
SDK
ably-flutter
Dart
API
ably.io
ably.io:platform
Other SDKs for ably.io
ably-js ably-go ably-php ably-java
At a glance
Language Dart
Endpoints22
Base URLhttps://rest.ably.io
✓ Official