get_instance_bridge 0.0.2
get_instance_bridge: ^0.0.2 copied to clipboard
A cross-platform instance binding plugin that enables communication between native and Dart using GetX.
get_instance_bridge #
A Flutter plugin that enables seamless communication between native instances (iOS/Android) and Dart logic using the Get dependency injection system.
✨ Features #
- 🔁 Bidirectional binding between native instance and Dart object
- ♻️ Automatic lifecycle management and cleanup
- 📡 Custom event/command bridge from native to Dart
- ⚙️ Support for both iOS (Objective-C/Swift) and Android (Kotlin/Java)
📦 Installation #
Add the dependency in your pubspec.yaml
:
dependencies:
get_instance_bridge: ^0.0.1