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
Libraries
- _tools/logger/logger
- _tools/trace/tracer
- _tools/utils/assert
- _tools/utils/is
- _tools/utils/key_path
- _tools/utils/map
- _tools/utils/stringify
- _tools/utils/utils
- _tools/utils/uuid
- bridge/bridge
- bridge/global
- bridge/idl/event
- bridge/idl/spec
- bridge/message/consumer
- bridge/message/index
- bridge/message/interface
- bridge/message/proto
- bridge/message/proxy
- bridge/message/sender
- decorators/class
- decorators/mixin
- decorators/pack
- decorators/type
- decorators/utils
- helper/pack
- hybrid_runtime
- native/event_emitter
- native/logger_manager
- native/platform/android/index
- native/platform/android/logger_manager
- native/platform/ios/index
- native/platform/ios/logger_manager
- native/utils
- pack/decorator