To install RC v0.3.3 with command:
dart pub add orm:^0.3.3
Or update your pubspec.yaml
file:
dependencies:
rc: ^0.3.3
- Optimize warning output
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
- Fixed init loaders not run.
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
RC
class publicsources
field, thesources
is a unmodifiable Map.- Add
RC+Environment
extension, exports environment KV.