feat(bloc_layout): export useful packages (close #88) #89

Merged
hugo merged 1 commits from bloc_layout/feat/export-packages into master 2022-12-12 16:27:42 +00:00
2 changed files with 5 additions and 4 deletions

View File

@ -22,7 +22,3 @@ export 'screens/crud_cubit_screen_base.dart';
export 'screens/app_bar_cubit_screen.dart'; export 'screens/app_bar_cubit_screen.dart';
export 'screens/bottom_navigation_bar_layout_crud_screen.dart'; export 'screens/bottom_navigation_bar_layout_crud_screen.dart';
export 'screens/frame_layout_crud_screen.dart'; export 'screens/frame_layout_crud_screen.dart';
export 'package:flutter_bloc/flutter_bloc.dart';
export 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
export 'package:wyatt_crud_bloc/wyatt_crud_bloc.dart';

View File

@ -15,3 +15,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
export 'presentation/presentation.dart'; export 'presentation/presentation.dart';
export 'package:flutter_bloc/flutter_bloc.dart';
export 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
export 'package:wyatt_crud_bloc/wyatt_crud_bloc.dart';
export 'package:wyatt_bloc_helper/wyatt_bloc_helper.dart';