File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
lib/src/generate_screen_access Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ Future<List<_ClassInsight>> extractClassInsightsFromDartFile(
35
35
// temp = _updateFromClassAnnotationField(temp, params),
36
36
onPreAnalysis: (_, __) => temp = const ModelGenerateScreenBindings (),
37
37
onPostAnalysis: (params) {
38
- final fullPathName = params.fullFilePath;
39
- final fileName = p.basename (fullPathName);
40
- final dirPath = p.dirname (fullPathName);
41
- final insight = _ClassInsight (
42
- className: params.className,
43
- annotation: temp,
44
- dirPath: dirPath,
45
- fileName: fileName,
46
- );
47
- insights.add (insight);
38
+ // final fullPathName = params.fullFilePath;
39
+ // final fileName = p.basename(fullPathName);
40
+ // final dirPath = p.dirname(fullPathName);
41
+ // final insight = _ClassInsight(
42
+ // className: params.className,
43
+ // annotation: temp,
44
+ // dirPath: dirPath,
45
+ // fileName: fileName,
46
+ // );
47
+ // insights.add(insight);
48
48
},
49
49
);
50
50
return insights;
You can’t perform that action at this time.
0 commit comments