rc 0.3.2 rc: ^0.3.2 copied to clipboard
RC is a configuration/collection manager that uses .(dot) to set and read collection contents.
RC v0.3.2 #
To install RC v0.3.2 with command:
dart pub add orm:^0.3.2
Or update your pubspec.yaml
file:
dependencies:
rc: ^0.3.2
What's Changed #
- Fixed init loaders not run.
RC v0.3.1 #
To install RC v0.3.1 with command:
dart pub add orm:^0.3.1
Or update your pubspec.yaml
file:
dependencies:
rc: ^0.3.1
What's Changed #
RC
class publicsources
field, thesources
is a unmodifiable Map.- Add
RC+Environment
extension, exports environment KV.