1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Adding directives_ordering (#396)

This commit is contained in:
Brett Morgan
2020-03-26 06:14:39 +11:00
committed by GitHub
parent 3f3564606c
commit 28742ddeaf
13 changed files with 13 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ linter:
- close_sinks
- constant_identifier_names
- control_flow_in_finally
- directives_ordering
- empty_statements
- hash_and_equals
- implementation_imports

View File

@@ -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';