vex_channel 1.0.0 copy "vex_channel: ^1.0.0" to clipboard
vex_channel: ^1.0.0 copied to clipboard

VexChannel — Zero-boilerplate platform channels for Flutter. Write pure Dart, access every native API on Android, iOS, macOS, Windows, Linux and Web without touching Kotlin/Swift/C++ once.

1.0.0 #

  • 🚀 Initial release of VexChannel
  • Zero-boilerplate platform channel bridge
  • 15 built-in native modules: Battery, DeviceInfo, Connectivity, Sensors, Permissions, Haptics, Clipboard, Location, FileSystem, Storage, Notifications, Biometrics, Camera, Audio, Network
  • VexResponse
  • VexBridgeBase — extend to create fully-typed custom bridges
  • Low-level VexChannel.invoke / VexChannel.call one-liners
  • Native → Dart callback registration
  • Per-call retry, timeout, and caching
  • Multi-codec support: standard, JSON, binary
  • Platform detection (Android, iOS, macOS, Windows, Linux, Web)
  • Full verbose logging with per-call timing
  • Android (Kotlin) + iOS (Swift) native implementations
2
likes
130
points
0
downloads

Documentation

Documentation
API reference

Publisher

verified publishermysteriouscoder.com

Weekly Downloads

VexChannel — Zero-boilerplate platform channels for Flutter. Write pure Dart, access every native API on Android, iOS, macOS, Windows, Linux and Web without touching Kotlin/Swift/C++ once.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, crypto, flutter, flutter_web_plugins, json_annotation, path, plugin_platform_interface

More

Packages that depend on vex_channel

Packages that implement vex_channel