volorio_core 0.2.2 copy "volorio_core: ^0.2.2" to clipboard
volorio_core: ^0.2.2 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
140
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

Topics

#volorio #rtc #realtime #flutter #billing

License

unknown (license)

More

Packages that depend on volorio_core