Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flutter_inappwebview/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview_android/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview_ios/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview_macos/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview_platform_interface/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview_web/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down
4 changes: 2 additions & 2 deletions flutter_inappwebview_windows/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include: package:flutter_lints/flutter.yaml

linter:
rules:
constant_identifier_names: ignore
deprecated_member_use_from_same_package: ignore
constant_identifier_names: false
deprecated_member_use_from_same_package: false

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Expand Down