Compare commits

..

No commits in common. "8ebc6e1928e0940b53bca9b9495f3da12a03025d" and "cd8cac9a97fbda370706ba7b70c8223a251283cf" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -119,14 +119,6 @@ class _ActivityListScreenState extends State<ActivityListScreen> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
// When showing messages or profile, use their own Scaffold directly
if (_selectedIndex == 3 || _selectedIndex == 4) {
return Scaffold(
backgroundColor: const Color(0xFFFFF8F0),
body: _buildBody(),
bottomNavigationBar: _buildBottomNavigationBar(),
);
}
return Scaffold( return Scaffold(
backgroundColor: const Color(0xFFFFF8F0), backgroundColor: const Color(0xFFFFF8F0),
appBar: AppBar( appBar: AppBar(

View File

@ -14,7 +14,7 @@ class MainScreen extends StatefulWidget {
class _MainScreenState extends State<MainScreen> { class _MainScreenState extends State<MainScreen> {
int _currentIndex = 0; int _currentIndex = 0;
final _screens = [ final _screens = const [
HomeScreen(), HomeScreen(),
ServicesScreen(), ServicesScreen(),
AiChatScreen(), AiChatScreen(),

View File

@ -1,6 +1,6 @@
name: banxiang_app name: banxiang_app
description: 伴享 description: 伴享
version: 1.1.9+11 version: 1.1.8+10
environment: environment:
sdk: '>=3.0.0 <4.0.0' sdk: '>=3.0.0 <4.0.0'