route_manager.dart
472 Bytes
export 'routes/custom_transition.dart';
export 'routes/transitions_type.dart';
export 'routes/get_route.dart';
export 'routes/default_route.dart';
export 'routes/observers/route_observer.dart';
export 'root/root_widget.dart';
export 'snackbar/snack_route.dart';
export 'bottomsheet/bottomsheet.dart';
export 'snackbar/snack.dart';
export '../core/get_main.dart';
export 'routes/default_route.dart';
export 'root/smart_management.dart';
export 'extension_navigation.dart';