diff --git a/animations/analysis_options.yaml b/animations/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/animations/analysis_options.yaml +++ b/animations/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/animations/lib/main.dart b/animations/lib/main.dart index 33c874f80..7f76fb066 100644 --- a/animations/lib/main.dart +++ b/animations/lib/main.dart @@ -13,12 +13,12 @@ import 'src/basics/07_tween_sequence.dart'; import 'src/basics/08_fade_transition.dart'; import 'src/basics/09_animated_positioned.dart'; import 'src/basics/10_animated_switcher.dart'; -import 'src/misc/hero_animation.dart'; import 'src/misc/animated_list.dart'; import 'src/misc/card_swipe.dart'; import 'src/misc/carousel.dart'; import 'src/misc/expand_card.dart'; import 'src/misc/focus_image.dart'; +import 'src/misc/hero_animation.dart'; import 'src/misc/physics_card_drag.dart'; import 'src/misc/repeating_animation.dart'; diff --git a/experimental/desktop_photo_search/analysis_options.yaml b/experimental/desktop_photo_search/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/experimental/desktop_photo_search/analysis_options.yaml +++ b/experimental/desktop_photo_search/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/flutter_maps_firestore/analysis_options.yaml b/flutter_maps_firestore/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/flutter_maps_firestore/analysis_options.yaml +++ b/flutter_maps_firestore/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/isolate_example/analysis_options.yaml b/isolate_example/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/isolate_example/analysis_options.yaml +++ b/isolate_example/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/jsonexample/analysis_options.yaml b/jsonexample/analysis_options.yaml index ea7b50449..5aafb422a 100644 --- a/jsonexample/analysis_options.yaml +++ b/jsonexample/analysis_options.yaml @@ -18,6 +18,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/place_tracker/analysis_options.yaml b/place_tracker/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/place_tracker/analysis_options.yaml +++ b/place_tracker/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/platform_design/analysis_options.yaml b/platform_design/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/platform_design/analysis_options.yaml +++ b/platform_design/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/platform_design/lib/main.dart b/platform_design/lib/main.dart index c38bf0305..b6567235b 100644 --- a/platform_design/lib/main.dart +++ b/platform_design/lib/main.dart @@ -1,10 +1,10 @@ import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; -import 'songs_tab.dart'; import 'news_tab.dart'; import 'profile_tab.dart'; import 'settings_tab.dart'; +import 'songs_tab.dart'; import 'widgets.dart'; void main() => runApp(MyAdaptingApp()); diff --git a/platform_view_swift/analysis_options.yaml b/platform_view_swift/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/platform_view_swift/analysis_options.yaml +++ b/platform_view_swift/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/provider_counter/analysis_options.yaml b/provider_counter/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/provider_counter/analysis_options.yaml +++ b/provider_counter/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/provider_shopper/analysis_options.yaml b/provider_shopper/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/provider_shopper/analysis_options.yaml +++ b/provider_shopper/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports diff --git a/veggieseasons/analysis_options.yaml b/veggieseasons/analysis_options.yaml index 8595cd0e8..2099c39ea 100644 --- a/veggieseasons/analysis_options.yaml +++ b/veggieseasons/analysis_options.yaml @@ -15,6 +15,7 @@ linter: - close_sinks - constant_identifier_names - control_flow_in_finally + - directives_ordering - empty_statements - hash_and_equals - implementation_imports