伴享 Flutter App
Go to file
Ubuntu 8ebc6e1928 fix: v1.1.9+11 - 修复消息页面和我的页面点击无反应(双Scaffold嵌套)
问题原因: ActivityListScreen 在展示 MessagesScreen/ProfileScreen 时,
外层 Scaffold 的 AppBar 和 FloatingActionButton 仍然显示,
导致双层 Scaffold 嵌套,页面交互被遮挡/挤压。

修复方案: 当 _selectedIndex 为消息(3)或我的(4)时,
外层 Scaffold 不渲染 AppBar 和 FAB,
让内嵌的 MessagesScreen/ProfileScreen 自己的 Scaffold 正常工作。
2026-02-19 21:49:47 +08:00
android init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
docs 添加docs目录和项目文档 2026-02-18 18:06:31 +00:00
ios init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
lib fix: v1.1.9+11 - 修复消息页面和我的页面点击无反应(双Scaffold嵌套) 2026-02-19 21:49:47 +08:00
linux init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
macos init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
releases fix: v1.1.8+10 - SliverMasonryGrid performance + signup restore + ripple fix 2026-02-17 22:43:32 +08:00
test init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
web init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
windows init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
.gitattributes release: add APK directly (no LFS) 2026-02-17 16:54:12 +08:00
.gitignore init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
.metadata init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
analysis_options.yaml init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
CODE-MAP.md docs: add CODE-MAP.md 2026-02-17 16:28:20 +08:00
pubspec.lock init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
pubspec.yaml fix: v1.1.9+11 - 修复消息页面和我的页面点击无反应(双Scaffold嵌套) 2026-02-19 21:49:47 +08:00
pubspec.yaml.bak init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
README.md init: v1.1.0+2 baseline 2026-02-17 16:10:18 +08:00
STATUS.md docs: add STATUS.md for lulu to maintain 2026-02-17 21:17:43 +08:00

banxiang_app

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.