Files
Siro/siro_rider/packages/get/lib/route_manager.dart
2026-06-09 08:40:31 +03:00

7 lines
236 B
Dart

///Get Navigator allows you to navigate routes, open snackbars,
///dialogs and bottomsheets easily, and without the need for context.
library route_manager;
export 'get_core/get_core.dart';
export 'get_navigation/get_navigation.dart';