_buildNotificationIcon 需要 WidgetRef ref 来 watch 未读通知数, 但 _buildUserHeader 方法签名未声明该参数,导致编译错误: "The getter 'ref' isn't defined for the type 'ProfilePage'" 修复:将 ref 从 build() 透传给 _buildUserHeader() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_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.