Skip to content

Simple plugin system for Dart. It allows you to load plugins from a directory and execute them at runtime, even in AOT mode. *Experimental*

Notifications You must be signed in to change notification settings

hugo-pcl/dart-plugin-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Plugin System

Note

This project is a Proof of Concept and is not intended to be used in production.

Check Architecture on architecture.md

Simple plugin system for Dart. It allows you to load plugins from a directory and execute them, even in AOT mode.

Dart Plugin System

Build

dart run tools/builder.dart clean - Clean the build directories

dart run tools/builder.dart build - Build the plugin system in AOT mode

Run

dart run example/dart_plugin_system.dart - Run the plugin system in JIT mode

./example/dart_plugin_system.exe - Run the plugin system in AOT mode (need to build first)

About

Simple plugin system for Dart. It allows you to load plugins from a directory and execute them at runtime, even in AOT mode. *Experimental*

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages