feat: implement generator for dynamic params

This commit is contained in:
Sergey Penkovsky
2025-05-21 12:23:33 +03:00
parent 1bdcc71534
commit df2d90777f
6 changed files with 77 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ library;
//
export 'src/module.dart';
export 'src/bind.dart';
export 'src/provide.dart';
export 'src/instance.dart';
export 'src/singleton.dart';
export 'src/named.dart';
export 'src/params.dart';