inject_module 1.0.2 copy "inject_module: ^1.0.2" to clipboard
inject_module: ^1.0.2 copied to clipboard

Dart 1 only

Inject is a form of pre-processor that replaces/'injects' data from a file in accordance to data defined in a data map. Inject separates logic from the file being read, and because of this, Inject has [...]

3 versionsVersions feed

Stable versions of inject_module

VersionMin Dart SDKUploadedDocumentationArchive
1.0.210 years agoCheck the analysis logs for inject_module 1.0.2Download inject_module 1.0.2 archive
1.0.110 years agoCheck the analysis logs for inject_module 1.0.1Download inject_module 1.0.1 archive
1.0.010 years agoDownload inject_module 1.0.0 archive
0
likes
10
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Inject is a form of pre-processor that replaces/'injects' data from a file in accordance to data defined in a data map. Inject separates logic from the file being read, and because of this, Inject has a variable syntax that can adapt to different syntax conventions depending on the information it's being used on. Inject reads the contents of files and maps/replaces data matching the specified key/value data specified in the data map. In a nutshell, Inject takes any file and turns it into an 'inject' module, where the data, the syntax scanned for and the dependencies themselves are given externally via dependency injection to Inject so it is not specified within the file. The data can then be 'interpreted' via the syntax that Inject has been told to use.

Homepage

License

unknown (license)

Dependencies

stream_trigger

More

Packages that depend on inject_module