You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the first point of 'There are two popular means of organizing code:' some file names are not highlighted.
"By feature - The classes needed for each feature are grouped together. For example, you might have an auth directory, which would contain files like auth_viewmodel.dart, login_usecase.dart, logout_usecase.dart,login_screen.dart,logout_button.dart`, etc."
Expected fix
By feature - The classes needed for each feature are grouped together. For example, you might have an auth directory, which would contain files like auth_viewmodel.dart, login_usecase.dart, logout_usecase.dart, login_screen.dart, logout_button.dart, etc.
Additional context
No response
I would like to fix this problem.
I will try and fix this problem on docs.flutter.dev.
The text was updated successfully, but these errors were encountered:
Page URL
https://docs.flutter.dev/app-architecture/case-study#package-structure
Page source
https://github.com/flutter/website/tree/main/src/content/app-architecture/case-study/index.md
Describe the problem
At the first point of 'There are two popular means of organizing code:' some file names are not highlighted.
"By feature - The classes needed for each feature are grouped together. For example, you might have an
auth
directory, which would contain files likeauth_viewmodel.dart
,login_usecase.dart
,logout_usecase.dart
,login_screen.dart,
logout_button.dart`, etc."Expected fix
By feature - The classes needed for each feature are grouped together. For example, you might have an
auth
directory, which would contain files likeauth_viewmodel.dart
,login_usecase.dart
,logout_usecase.dart
,login_screen.dart
,logout_button.dart
, etc.Additional context
No response
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: