get_instance_bridge

pub.dev

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