Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .fcheck
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
input:
exclude:
- "**/firebase_options*.dart"
- "**/gen/l10n/app_localizations.dart"
- "**/firebase_options.dart"
- "**/firebase_options.example.dart"
- "lib/gen/l10n/app_localizations.dart"
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"cSpell.words": [
"flutterfire",
"mocktail",
"Roboto"
],
"files.exclude": {
"**/build": true
},
"search.exclude": {
"**/build": true
},
"files.watcherExclude": {
"**/build/**": true
},
"dart.analysisExcludedFolders": [
"build"
]
}
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
- "**/build/**"
- "**/*.g.dart"
- "**/*.freezed.dart"
- "**/*.graphql.dart"
- "**/*.mocks.dart"
- "**/generated/**"

1,106 changes: 568 additions & 538 deletions fcheck_files.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
518 changes: 274 additions & 244 deletions fcheck_folders.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,608 changes: 3,921 additions & 3,687 deletions fcheck_loc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading