volorio_core 0.2.0 copy "volorio_core: ^0.2.0" to clipboard
volorio_core: ^0.2.0 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
0
points
133
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Topics

#volorio #rtc #realtime #flutter #billing

License

unknown (license)

More

Packages that depend on volorio_core