From 243f7b527aa5cd2e1f08272457854992eb1a115a Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 2 Jan 2020 19:00:12 +0100 Subject: [PATCH] Fix analyzer --- analysis_options.yaml | 11 +++++++++++ ios/Runner.xcodeproj/project.pbxproj | 5 ++++- pubspec.lock | 9 +-------- pubspec.yaml | 4 +--- 4 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 analysis_options.yaml diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..e38e74c --- /dev/null +++ b/analysis_options.yaml @@ -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 \ No newline at end of file diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 114d793..0df4ebe 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -78,7 +78,6 @@ 6D40C7CF338C6054DF530EE6 /* Pods-Runner.release.xcconfig */, B7CDE45F1181122C41ED566D /* Pods-Runner.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -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)", diff --git a/pubspec.lock b/pubspec.lock index 982c066..0f8e323 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index c8974e6..c263e3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"