mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
Persisent navbar
This commit is contained in:
18
lib/sell.dart
Normal file
18
lib/sell.dart
Normal file
@@ -0,0 +1,18 @@
|
||||
import 'package:firebase_auth/firebase_auth.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:ruswipeshare/home.dart';
|
||||
import 'package:ruswipeshare/main.dart';
|
||||
|
||||
class SellScreen extends StatelessWidget {
|
||||
const SellScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: Center(
|
||||
child: const Text("Hi"),
|
||||
),
|
||||
bottomNavigationBar: MyNavBar(),
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user