boyrobot 8 months ago
parent
commit
cbf60cd665
2 changed files with 0 additions and 3 deletions
  1. 0 1
      analysis_options.yaml
  2. 0 2
      lib/view/record/BasicInfoRecordingPage.dart

+ 0 - 1
analysis_options.yaml

@@ -7,7 +7,6 @@
 
 # The following line activates a set of recommended lints for Flutter apps,
 # packages, and plugins designed to encourage good coding practices.
-include: package:flutter_lints/flutter.yaml
 
 linter:
   # The lint rules applied to this project can be customized in the

+ 0 - 2
lib/view/record/BasicInfoRecordingPage.dart

@@ -111,8 +111,6 @@ class _BasicInfoRecordingPageView extends StatelessWidget {
   Widget build(BuildContext context) {
     BasicInfoRecordingPageService service =
         Provider.of<BasicInfoRecordingPageService>(context, listen: false);
-    BasicInfoRecordingPageModel model =
-        Provider.of<BasicInfoRecordingPageModel>(context, listen: true);
     BasicInfoRecordingPageModel modelListenFalse =
         Provider.of<BasicInfoRecordingPageModel>(context, listen: true);
     return Scaffold(