Fix analyzer

This commit is contained in:
Christian Pauly 2020-01-02 19:00:12 +01:00
parent 29d15768a1
commit 243f7b527a
4 changed files with 17 additions and 12 deletions

11
analysis_options.yaml Normal file
View File

@ -0,0 +1,11 @@
include: package:pedantic/analysis_options.yaml
linter:
rules:
# - camel_case_types
analyzer:
errors:
todo: ignore
exclude:
- lib/generated_plugin_registrant.dart

View File

@ -78,7 +78,6 @@
6D40C7CF338C6054DF530EE6 /* Pods-Runner.release.xcconfig */,
B7CDE45F1181122C41ED566D /* Pods-Runner.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
@ -181,6 +180,7 @@
TargetAttributes = {
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = 4HV29TJN3A;
LastSwiftMigration = 1100;
};
};
@ -375,6 +375,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 4HV29TJN3A;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -509,6 +510,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 4HV29TJN3A;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -536,6 +538,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 4HV29TJN3A;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",

View File

@ -113,13 +113,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.4"
flutter_responsive_screen:
dependency: "direct main"
description:
name: flutter_responsive_screen
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
flutter_speed_dial:
dependency: "direct main"
description:
@ -215,7 +208,7 @@ packages:
source: hosted
version: "1.5.1"
pedantic:
dependency: transitive
dependency: "direct dev"
description:
name: pedantic
url: "https://pub.dartlang.org"

View File

@ -20,8 +20,6 @@ dependencies:
flutter:
sdk: flutter
flutter_responsive_screen: ^1.0.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
@ -46,7 +44,7 @@ dev_dependencies:
sdk: flutter
flutter_launcher_icons: "^0.7.3"
pedantic: ^1.5.0
flutter_icons:
android: "launcher_icon"