mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Clean up SDK constraints and lints (#2471)
This commit is contained in:
@@ -12,8 +12,6 @@ linter:
|
||||
cancel_subscriptions: true
|
||||
close_sinks: true
|
||||
directives_ordering: true
|
||||
package_api_docs: true
|
||||
package_prefixed_library_names: true
|
||||
test_types_in_equals: true
|
||||
throw_in_finally: true
|
||||
unawaited_futures: true
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Analysis defaults for flutter/samples
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: ^3.4.0-0
|
||||
sdk: ^3.5.0
|
||||
|
||||
# NOTE: Code is not allowed in this package. Do not add more dependencies.
|
||||
# The `flutter_lints` dependency is required for `lib/flutter.yaml`.
|
||||
|
||||
Reference in New Issue
Block a user