mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
Buy menu basic list setup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:persistent_bottom_nav_bar/persistent_tab_view.dart';
|
||||
import 'package:ruswipeshare/buy.dart';
|
||||
import 'package:ruswipeshare/sell.dart';
|
||||
import 'profile_screen_custom.dart';
|
||||
import 'main_screen.dart';
|
||||
@@ -20,7 +21,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
}
|
||||
|
||||
List<Widget> _buildScreens() => [
|
||||
const MainScreen(),
|
||||
const BuyScreen(),
|
||||
const SellScreen(),
|
||||
const ProfileScreenCustom(),
|
||||
const MainScreen(),
|
||||
|
Reference in New Issue
Block a user