Remove MeView

This commit is contained in:
2026-01-29 08:25:01 +01:00
parent a510d1f299
commit ef59bf5011
3 changed files with 0 additions and 656 deletions

View File

@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'me_view.dart';
import 'devices_view.dart';
import 'last_heard_view.dart';
import 'more_view.dart';
@@ -15,7 +14,6 @@ class _MainViewState extends State<MainView> {
int _selectedIndex = 0;
final List<Widget> _views = const [
MeView(),
DevicesView(),
LastHeardView(),
MoreView(),
@@ -30,10 +28,6 @@ class _MainViewState extends State<MainView> {
currentIndex: _selectedIndex,
onTap: (index) => setState(() => _selectedIndex = index),
items: const [
BottomNavigationBarItem(
icon: Icon(Icons.person),
label: 'Me',
),
BottomNavigationBarItem(
icon: Icon(Icons.devices),
label: 'Devices',