feat(bloc_layout): export useful packages (close #88)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
AN12345 2022-12-12 11:25:40 -05:00
parent 1e305c75bd
commit dc0f0c61c6
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';