Hybrid Runtime

A Flutter plugin package for implementing hybrid runtime.

Features

  • Provides infrastructure for hybrid runtime
  • Supports communication between native and Flutter
  • Offers decorator and utility class support

Installation

Add the dependency to your pubspec.yaml:

dependencies:
  hybrid_runtime: ^0.0.1

Usage Example

import 'package:hybrid_runtime/hybrid_runtime.dart';

// Usage example code

License

Add your license information