volorio_core 0.2.1 copy "volorio_core: ^0.2.1" to clipboard
volorio_core: ^0.2.1 copied to clipboard

Shared product, pricing, session, wallet, and error types for Volorio Dart SDKs.

example/main.dart

import 'package:volorio_core/volorio_core.dart';

void main() {
  final products = [
    VolorioProductId.rtcVoice,
    VolorioProductId.signaling,
    VolorioProductId.chatMau,
  ];

  final wireValues = products.map((product) => product.wireValue).toList();
  print(wireValues);
}
0
likes
150
points
133
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Shared product, pricing, session, wallet, and error types for Volorio Dart SDKs.

Homepage
Repository (GitHub)

Topics

#volorio #rtc #realtime #flutter #billing

License

MIT (license)

More

Packages that depend on volorio_core