mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 20:52:32 +00:00
* feat(Modules): Created definition for external modules * feat(External Modules): Added database definitions, base route definition, added to exported config * tweak(Settings): Updated help information message for external modules * feat(Settings): Ability to add new external module * feat(External Modules): Implemented external module list * feat(Settings): Ability to modify and delete external modules * feat(Settings): Add hints to external module host dialog * chore(release): Updated CHANGELOG.md
3 lines
76 B
Dart
3 lines
76 B
Dart
export 'external_modules/core.dart';
|
|
export 'external_modules/routes.dart';
|