Unverified Commit 054d9bb2 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Updating dart.dev related links (#32641)

* Updating dart.dev related links

* Update packages/flutter_tools/lib/src/base/context.dart
parent ef5abcc6
...@@ -30,7 +30,7 @@ assignees: '' ...@@ -30,7 +30,7 @@ assignees: ''
concise description of what the problem is. concise description of what the problem is.
Describe alternative solutions you've considered. Is there a package Describe alternative solutions you've considered. Is there a package
on pub.dartlang.org that already solves this? on pub.dev/flutter that already solves this?
--> -->
## Proposal ## Proposal
...@@ -41,6 +41,6 @@ assignees: '' ...@@ -41,6 +41,6 @@ assignees: ''
Consider attaching images showing what you are imagining. Consider attaching images showing what you are imagining.
Does this have to be provided by Flutter directly, or can it be provided Does this have to be provided by Flutter directly, or can it be provided
by a package on pub.dartlang.org? If so, maybe consider implementing and by a package on pub.dev/flutter? If so, maybe consider implementing and
publishing such a package rather than filing a bug. publishing such a package rather than filing a bug.
--> -->
...@@ -87,10 +87,10 @@ Information on how to get started can be found at our ...@@ -87,10 +87,10 @@ Information on how to get started can be found at our
[widget catalog]: https://flutter.dev/widgets/ [widget catalog]: https://flutter.dev/widgets/
[Reflectly hero image]: https://github.com/flutter/website/blob/master/src/images/homepage/reflectly-hero-600px.png [Reflectly hero image]: https://github.com/flutter/website/blob/master/src/images/homepage/reflectly-hero-600px.png
[Skia]: https://skia.org/ [Skia]: https://skia.org/
[Dart platform]: https://www.dartlang.org/ [Dart platform]: https://dart.dev/
[Hot reload animation]: https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/tools/android-studio/hot-reload.gif [Hot reload animation]: https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/tools/android-studio/hot-reload.gif
[Hot reload]: https://flutter.dev/docs/development/tools/hot-reload [Hot reload]: https://flutter.dev/docs/development/tools/hot-reload
[Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[IntelliJ / Android Studio]: https://plugins.jetbrains.com/plugin/9212-flutter [IntelliJ / Android Studio]: https://plugins.jetbrains.com/plugin/9212-flutter
[Flutter packages]: https://pub.dartlang.org/flutter [Flutter packages]: https://pub.dev/flutter
[interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channel [interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channel
\ No newline at end of file
...@@ -58,4 +58,4 @@ import 'package:file/local.dart'; ...@@ -58,4 +58,4 @@ import 'package:file/local.dart';
Flutter has a rich community of packages that have been contributed by the Flutter has a rich community of packages that have been contributed by the
open-source community. You can browse those packages at open-source community. You can browse those packages at
[pub.dartlang.org](http://pub.dartlang.org/flutter) [pub.dev/flutter](https://pub.dev/flutter)
...@@ -34,7 +34,7 @@ dev_dependencies: ...@@ -34,7 +34,7 @@ dev_dependencies:
sdk: flutter sdk: flutter
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
async: 2.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" async: 2.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector: 1.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" boolean_selector: 1.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
......
# Read about `build.yaml` at https://pub.dartlang.org/packages/build_config # Read about `build.yaml` at https://pub.dev/packages/build_config
builders: builders:
simple: simple:
import: "package:simple_codegen/builders.dart" import: "package:simple_codegen/builders.dart"
......
...@@ -24,7 +24,7 @@ The `flutter run --release` command both builds and installs the Flutter app. ...@@ -24,7 +24,7 @@ The `flutter run --release` command both builds and installs the Flutter app.
This app has been internationalized (just enough to show how it's This app has been internationalized (just enough to show how it's
done). It's an example of how one can do so with the done). It's an example of how one can do so with the
[Dart intl package](https://pub.dartlang.org/packages/intl). [Dart intl package](https://pub.dev/packages/intl).
The [Flutter Internationalization Tutorial](https://flutter.dev/tutorials/internationalization/) The [Flutter Internationalization Tutorial](https://flutter.dev/tutorials/internationalization/)
covers Flutter app internationalization in general. covers Flutter app internationalization in general.
......
...@@ -18,7 +18,7 @@ The Material and Cupertino libraries use ...@@ -18,7 +18,7 @@ The Material and Cupertino libraries use
[Application Resource Bundle](https://code.google.com/p/arb/wiki/ApplicationResourceBundleSpecification) [Application Resource Bundle](https://code.google.com/p/arb/wiki/ApplicationResourceBundleSpecification)
files, which have a `.arb` extension, to store localized translations files, which have a `.arb` extension, to store localized translations
of messages, format strings, and other values. This format is also of messages, format strings, and other values. This format is also
used by the Dart [intl](https://pub.dartlang.org/packages/intl) used by the Dart [intl](https://pub.dev/packages/intl)
package and it is supported by the package and it is supported by the
[Google Translators Toolkit](https://translate.google.com/toolkit). [Google Translators Toolkit](https://translate.google.com/toolkit).
...@@ -207,5 +207,5 @@ ordinary Flutter app. ...@@ -207,5 +207,5 @@ ordinary Flutter app.
covers the `.arb` file format used to store localized translations covers the `.arb` file format used to store localized translations
of messages, format strings, and other values. of messages, format strings, and other values.
The Dart [intl](https://pub.dartlang.org/packages/intl) The Dart [intl](https://pub.dev/packages/intl)
package supports internationalization. package supports internationalization.
...@@ -43,7 +43,7 @@ AppContext get context => Zone.current[_Key.key] as AppContext ?? AppContext._ro ...@@ -43,7 +43,7 @@ AppContext get context => Zone.current[_Key.key] as AppContext ?? AppContext._ro
/// scope) is created. /// scope) is created.
/// ///
/// Child contexts are created and run using zones. To read more about how /// Child contexts are created and run using zones. To read more about how
/// zones work, see https://www.dartlang.org/articles/libraries/zones. /// zones work, see https://api.dartlang.org/stable/dart-async/Zone-class.html.
class AppContext { class AppContext {
AppContext._( AppContext._(
this._parent, this._parent,
......
...@@ -16,12 +16,12 @@ class PackagesCommand extends FlutterCommand { ...@@ -16,12 +16,12 @@ class PackagesCommand extends FlutterCommand {
addSubcommand(PackagesGetCommand('upgrade', true)); addSubcommand(PackagesGetCommand('upgrade', true));
addSubcommand(PackagesTestCommand()); addSubcommand(PackagesTestCommand());
addSubcommand(PackagesForwardCommand('downgrade', 'Downgrade packages in a Flutter project', requiresPubspec: true)); addSubcommand(PackagesForwardCommand('downgrade', 'Downgrade packages in a Flutter project', requiresPubspec: true));
addSubcommand(PackagesForwardCommand('publish', 'Publish the current package to pub.dartlang.org', requiresPubspec: true)); addSubcommand(PackagesForwardCommand('publish', 'Publish the current package to pub.dev', requiresPubspec: true));
addSubcommand(PackagesForwardCommand('deps', 'Print package dependencies', requiresPubspec: true)); addSubcommand(PackagesForwardCommand('deps', 'Print package dependencies', requiresPubspec: true));
addSubcommand(PackagesForwardCommand('run', 'Run an executable from a package', requiresPubspec: true)); addSubcommand(PackagesForwardCommand('run', 'Run an executable from a package', requiresPubspec: true));
addSubcommand(PackagesForwardCommand('cache', 'Work with the Pub system cache')); addSubcommand(PackagesForwardCommand('cache', 'Work with the Pub system cache'));
addSubcommand(PackagesForwardCommand('version', 'Print Pub version')); addSubcommand(PackagesForwardCommand('version', 'Print Pub version'));
addSubcommand(PackagesForwardCommand('uploader', 'Manage uploaders for a package on pub.dartlang.org')); addSubcommand(PackagesForwardCommand('uploader', 'Manage uploaders for a package on pub.dev'));
addSubcommand(PackagesForwardCommand('global', 'Work with Pub global packages')); addSubcommand(PackagesForwardCommand('global', 'Work with Pub global packages'));
addSubcommand(PackagesPassthroughCommand()); addSubcommand(PackagesPassthroughCommand());
} }
......
...@@ -44,7 +44,7 @@ dev_dependencies: ...@@ -44,7 +44,7 @@ dev_dependencies:
{{/withPluginHook}} {{/withPluginHook}}
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter. # The following section is specific to Flutter.
flutter: flutter:
......
...@@ -37,7 +37,7 @@ dev_dependencies: ...@@ -37,7 +37,7 @@ dev_dependencies:
{{/withDriverTest}} {{/withDriverTest}}
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
flutter: flutter:
# The following line ensures that the Material Icons font is # The following line ensures that the Material Icons font is
......
...@@ -20,7 +20,7 @@ dev_dependencies: ...@@ -20,7 +20,7 @@ dev_dependencies:
{{/withDriverTest}} {{/withDriverTest}}
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter. # The following section is specific to Flutter.
flutter: flutter:
......
...@@ -16,7 +16,7 @@ dev_dependencies: ...@@ -16,7 +16,7 @@ dev_dependencies:
sdk: flutter sdk: flutter
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter. # The following section is specific to Flutter.
flutter: flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment