File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/flutter_tools/lib/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- /// @docImport 'localizations/gen_l10n.dart' as gen_l10n ;
5+ /// @docImport 'localizations/gen_l10n.dart';
66library ;
77
88import 'package:meta/meta.dart' ;
@@ -433,7 +433,7 @@ class FlutterManifest {
433433 /// See also:
434434 ///
435435 /// * [Deprecate and remove synthethic `package:flutter_gen`] (https://github.com/flutter/flutter/issues/102983)
436- /// * [gen_l10n. generateLocalizations]
436+ /// * [generateLocalizations]
437437 late final bool generateLocalizations = _flutterDescriptor['generate' ] == true ;
438438
439439 String ? get defaultFlavor => _flutterDescriptor['default-flavor' ] as String ? ;
You can’t perform that action at this time.
0 commit comments