File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
flutter_tools/templates/app_shared Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1813,9 +1813,9 @@ abstract class PopupRoute<T> extends ModalRoute<T> {
18131813///
18141814/// ## Type arguments
18151815///
1816- /// When using more aggressive
1817- /// [lints] (http://dart-lang.github.io/linter/lints/), in particular lints such
1818- /// as `always_specify_types` , the Dart analyzer will require that certain types
1816+ /// When using more aggressive [lints] (https://dart.dev/lints),
1817+ /// in particular lints such as `always_specify_types` ,
1818+ /// the Dart analyzer will require that certain types
18191819/// be given with their type arguments. Since the [Route] class and its
18201820/// subclasses have a type argument, this includes the arguments passed to this
18211821/// class. Consider using `dynamic` to specify the entire class of routes rather
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ linter:
1616 # The lint rules applied to this project can be customized in the
1717 # section below to disable rules from the `package:flutter_lints/flutter.yaml`
1818 # included above or to enable additional rules. A list of all available lints
19- # and their documentation is published at
20- # https://dart-lang.github.io/linter/lints/index.html.
19+ # and their documentation is published at https://dart.dev/lints.
2120 #
2221 # Instead of disabling a lint rule for the entire project in the
2322 # section below, it can also be suppressed for a single line of code
You can’t perform that action at this time.
0 commit comments