Skip to content

Commit

Permalink
Update to Flutter 3.16.0
Browse files Browse the repository at this point in the history
Only removed deprecations, not much...
  • Loading branch information
ThexXTURBOXx committed Nov 16, 2023
1 parent 3697ea2 commit 2c4f482
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ analyzer:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.
sdk_version_async_exported_from_core: ignore
# Ignore imports due to f***ed up import hierarchies.
unnecessary_import: ignore
exclude:
Expand Down
4 changes: 0 additions & 4 deletions flutter_web_auth_2/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ analyzer:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.
sdk_version_async_exported_from_core: ignore
# Ignore imports due to f***ed up import hierarchies.
unnecessary_import: ignore
exclude:
Expand Down
4 changes: 0 additions & 4 deletions flutter_web_auth_2/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ analyzer:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.
sdk_version_async_exported_from_core: ignore
# Ignore imports due to f***ed up import hierarchies.
unnecessary_import: ignore
exclude:
Expand Down
4 changes: 0 additions & 4 deletions flutter_web_auth_2_platform_interface/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ analyzer:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
# Ignore analyzer hints for updating pubspecs when using Future or
# Stream and not importing dart:async
# Please see https://github.com/flutter/flutter/pull/24528 for details.
sdk_version_async_exported_from_core: ignore
# Ignore imports due to f***ed up import hierarchies.
unnecessary_import: ignore
exclude:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ environment:
sdk: '>=2.15.0 <4.0.0'

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
melos: ^3.1.1

0 comments on commit 2c4f482

Please sign in to comment.