Closed halildurmus closed 1 year ago
Currently, we are manually specifying which files to export in packages. It will quickly get out of control as we generate more APIs.
We should make this process automatic by generating exports according to some rules (e.g. exclude xxfactory?.dart and xxstatics?.dart files).
xxfactory?.dart
xxstatics?.dart
Currently, we are manually specifying which files to export in packages. It will quickly get out of control as we generate more APIs.
We should make this process automatic by generating exports according to some rules (e.g. exclude
xxfactory?.dart
andxxstatics?.dart
files).