aws-amplify / amplify-flutter
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
3,538 LOC (7%)
24 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
3,538 LOC (7%)
24 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
24
files match defined criteria (
3,538
lines of code,
7.8%
vs. main code):
13
*.dart files (
1,838
lines of code)
6
*.swift files (
990
lines of code)
4
*.kt files (
704
lines of code)
1
*.yaml files (
6
lines of code)
29
lines match the content pattern.
details...
per component - primary logical decomposition
packages/amplify_datastore
in 6 files, 1,144 LOC (9%)
packages/amplify_authenticator
in 1 file 372 LOC (3%)
packages/amplify_auth_cognito
in 4 files, 710 LOC (11%)
packages/amplify_api
in 2 files, 294 LOC (7%)
packages/amplify_flutter
in 5 files, 504 LOC (15%)
packages/amplify_datastore_plugin_interface
in 3 files, 340 LOC (19%)
packages/amplify_auth_plugin_interface
in 1 file 7 LOC (<1%)
packages/amplify_analytics_pinpoint
in 2 files, 167 LOC (13%)