diff --git a/lib/df_config.dart b/lib/df_config.dart index ace6c6a..cd6399a 100644 --- a/lib/df_config.dart +++ b/lib/df_config.dart @@ -11,6 +11,6 @@ //.title~ /// A package that provides methods to load configuration data and access it at runtime. -library df_config; +library; export 'src/_index.g.dart'; diff --git a/lib/df_translate.dart b/lib/df_translate.dart index 17b77c8..faa3627 100644 --- a/lib/df_translate.dart +++ b/lib/df_translate.dart @@ -11,6 +11,6 @@ //.title~ /// A package that provides methods to load configuration data and access it at runtime. -library df_translate; +library; export 'df_translate_src/_index.g.dart';