df02cff668
- Renamed BottomNavigation to TenderBottomNavigation for clarity. - Updated TendersScreen to use TenderBottomNavigation. - Converted TendersScreen from StatelessWidget to StatefulWidget to manage tab state. - Added TabController for handling tab changes and improved layout with SafeArea and PageView.
5 lines
117 B
Dart
5 lines
117 B
Dart
export 'last_tenders_tab.dart';
|
|
export 'main_tab_bar.dart';
|
|
export 'tender_app_bar.dart';
|
|
export 'tender_card.dart';
|