Skip to content

Commit

Permalink
Replace flutter.io with flutter.dev (flutter#30562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sneath committed Apr 5, 2019
1 parent 2b7e989 commit 5291897
Show file tree
Hide file tree
Showing 72 changed files with 139 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/ACTIVATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ about: You have run into problems while downloading or installing Flutter, or th
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.io/
* https://flutter.dev/
* https://docs.flutter.io/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you have found a bug or if our documentation doesn't have an answer
to what you're looking for, then fill our the template below. Please read
our guide to filing a bug first: https://flutter.io/bug-reports/
our guide to filing a bug first: https://flutter.dev/bug-reports/
-->

## Steps to Reproduce
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ about: You are writing an application with Flutter but the application is crashi
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.io/
* https://flutter.dev/
* https://docs.flutter.io/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you have found a bug or if our documentation doesn't have an answer
to what you're looking for, then fill our the template below. Please read
our guide to filing a bug first: https://flutter.io/bug-reports/
our guide to filing a bug first: https://flutter.dev/bug-reports/
-->

## Steps to Reproduce
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ about: You have a question for how to achieve a particular effect, or you need h
<!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.io/
* https://flutter.dev/
* https://docs.flutter.io/
If you can't find the answer there, please consider asking a question on
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ our trust and demonstrated a commitment to Flutter.
This document focuses on what is needed to contribute by writing code
and submitting pull requests for the Flutter framework. For
information on contributing in other ways, see [the community page
on flutter.io](https://flutter.io/community).
on flutter.dev](https://flutter.dev/community).

Developing for Flutter
----------------------
Expand Down Expand Up @@ -50,17 +50,17 @@ presented.
which describes the steps you need to configure your computer to
work on Flutter's framework. Flutter's framework uses mainly Dart.

4. [Tree hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene),
5. [Tree hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene),
which covers how to land a PR, how to do code review, how to
handle breaking changes, how to handle regressions, and how to
handle post-commit test failures.

3. [Issue hygiene](https://github.com/flutter/flutter/wiki/Issue-hygiene),
6. [Issue hygiene](https://github.com/flutter/flutter/wiki/Issue-hygiene),
which covers our processes around triaging bugs, escalating high
priority bugs, assigning bugs, and our GitHub labels and
milestones.

5. [Our style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo),
7. [Our style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo),
which includes advice for designing APIs for Flutter, and how to
format code in the framework.

Expand Down
2 changes: 1 addition & 1 deletion bin/internal/update_dart_sdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $psMajorVersionRequired = 5
$psMajorVersionLocal = $PSVersionTable.PSVersion.Major
if ($psMajorVersionLocal -lt $psMajorVersionRequired) {
Write-Host "Flutter requires PowerShell $psMajorVersionRequired.0 or newer."
Write-Host "See https://flutter.io/docs/get-started/install/windows for more."
Write-Host "See https://flutter.dev/docs/get-started/install/windows for more."
return
}

Expand Down
2 changes: 1 addition & 1 deletion bin/internal/update_dart_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t
echo
echo "Failed to retrieve the Dart SDK from: $DART_SDK_URL"
echo "If you're located in China, please see this page:"
echo " https://flutter.io/community/china"
echo " https://flutter.dev/community/china"
echo
rm -f -- "$DART_SDK_ZIP"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion dev/ci/docker_linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flutter (https://flutter.io) Developement Environment for Linux
# Flutter (https://flutter.dev) Developement Environment for Linux
# ===============================================================
#
# This environment passes all Linux Flutter Doctor checks and is sufficient
Expand Down
2 changes: 1 addition & 1 deletion dev/devicelab/lib/tasks/perf_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class CompileTest {
await flutter('build', options: options);
watch.stop();
final String appPath = '$cwd/build/ios/Release-iphoneos/Runner.app/';
// IPAs are created manually, https://flutter.io/ios-release/
// IPAs are created manually, https://flutter.dev/ios-release/
await exec('tar', <String>['-zcf', 'build/app.ipa', appPath]);
releaseSizeInBytes = await file('$cwd/build/app.ipa').length();
if (reportPackageContentSizes)
Expand Down
2 changes: 1 addition & 1 deletion dev/docs/dashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"package": "flutter",
"author": {
"name": "The Flutter Team",
"link": "https://flutter.io"
"link": "https://flutter.dev"
},
"index": "index.html",
"icon32x32": "flutter/static-assets/favicon.png",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/integration_tests/ios_add2app/flutterapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ A new flutter module project.
## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.io/).
[documentation](https://flutter.dev/).
6 changes: 3 additions & 3 deletions dev/integration_tests/ios_add2app/flutterapp/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ flutter:
# - images/a_dot_ham.jpeg

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# https://flutter.dev/assets-and-images/#resolution-aware.

# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# https://flutter.dev/assets-and-images/#from-packages

# To add Flutter specific custom fonts to your application, add a fonts
# section here, in this "flutter" section. Each entry in this list should
Expand All @@ -86,7 +86,7 @@ flutter:
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages
# see https://flutter.dev/custom-fonts/#from-packages

# This section identifies your Flutter project as a module meant for
# embedding in a native host app. These identifiers should _not_ ordinarily
Expand Down
6 changes: 3 additions & 3 deletions dev/tools/dartdoc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Future<void> main(List<String> arguments) async {
// Create the pubspec.yaml file.
final StringBuffer buf = StringBuffer();
buf.writeln('name: Flutter');
buf.writeln('homepage: https://flutter.io');
buf.writeln('homepage: https://flutter.dev');
buf.writeln('version: $version');
buf.writeln('dependencies:');
for (String package in findPackageNames()) {
Expand Down Expand Up @@ -389,8 +389,8 @@ void changePackageToSdkInTitlebar() {
final File indexFile = File('$kPublishRoot/index.html');
String indexContents = indexFile.readAsStringSync();
indexContents = indexContents.replaceFirst(
'<li><a href="https://flutter.io">Flutter package</a></li>',
'<li><a href="https://flutter.io">Flutter SDK</a></li>',
'<li><a href="https://flutter.dev">Flutter package</a></li>',
'<li><a href="https://flutter.dev">Flutter SDK</a></li>',
);

indexFile.writeAsStringSync(indexContents);
Expand Down
2 changes: 1 addition & 1 deletion dev/tools/vitool/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: vitool
description: A tool for generating Dart vector animation code from SVG sequences.
version: 0.0.1
homepage: https://flutter.io
homepage: https://flutter.dev
author: Flutter Authors <flutter-dev@googlegroups.com>

environment:
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flutter Examples

This directory contains several examples of using Flutter. To run an example,
use `flutter run` inside that example's directory. See the [getting started
guide](https://flutter.io/getting-started/) to install the `flutter` tool.
guide](https://flutter.dev/getting-started/) to install the `flutter` tool.

For additional samples, see the
[`flutter/samples`](https://github.com/flutter/samples) repo.
Expand All @@ -23,7 +23,7 @@ Available examples include:

- **Platform Channel** The [platform channel app](platform_channel) demonstrates
how to connect a Flutter app to platform-specific APIs. For documentation, see
<https://flutter.io/platform-channels/>.
<https://flutter.dev/platform-channels/>.

- **Platform Channel Swift** The [platform channel swift
app](platform_channel_swift) is the same as [platform
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_gallery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and install it onto your device.
### Prerequisites

If you are new to Flutter, please first follow
the [Flutter Setup](https://flutter.io/setup/) guide.
the [Flutter Setup](https://flutter.dev/setup/) guide.

### Building and installing the Flutter app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Flutter is Google’s multi-platform mobile app SDK for crafting beautiful nativ

This app is open source. Check out the code to see how this app is built: https://github.com/flutter/flutter/tree/master/examples/flutter_gallery

Visit https://flutter.io to learn more.
Visit https://flutter.dev to learn more.
2 changes: 1 addition & 1 deletion examples/flutter_gallery/lib/gallery/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void showGalleryAboutDialog(BuildContext context) {
),
_LinkTextSpan(
style: linkStyle,
url: 'https://flutter.io',
url: 'https://flutter.dev',
),
TextSpan(
style: aboutTextStyle,
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter_view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Android, the Android and Flutter components are built with Android Studio or
gradle.

You can read more about
[accessing platform and third-party services in Flutter](https://flutter.io/platform-services/).
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-services/).

## iOS

Expand Down
2 changes: 1 addition & 1 deletion examples/layers/widgets/spinning_mixed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void attachWidgetTreeToRenderTree(RenderProxyBox container) {
RaisedButton(
child: Row(
children: <Widget>[
Image.network('https://flutter.io/images/favicon.png'),
Image.network('https://flutter.dev/images/favicon.png'),
const Text('PRESS ME'),
],
),
Expand Down
2 changes: 1 addition & 1 deletion examples/platform_channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project demonstrates how to connect a Flutter app to platform specific services.

You can read more about
[accessing platform and third-party services in Flutter](https://flutter.io/platform-channels/).
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/).

## iOS
You can use the commands `flutter build` and `flutter run` from the app's root
Expand Down
2 changes: 1 addition & 1 deletion examples/platform_channel_swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ specific services on iOS using Swift. The equivalent version of this
project in Objective C is found in examples/platform_channel.

You can read more about
[accessing platform and third-party services in Flutter](https://flutter.io/platform-channels/).
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/).

## iOS
You can use the commands `flutter build` and `flutter run` from the app's root
Expand Down
4 changes: 2 additions & 2 deletions examples/stocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and install it onto your device.
### Prerequisites

If you are new to Flutter, please first follow
the [Flutter Setup](https://flutter.io/setup/) guide.
the [Flutter Setup](https://flutter.dev/setup/) guide.

### Building and installing the stocks demo app

Expand All @@ -26,7 +26,7 @@ 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
[Dart intl package](https://pub.dartlang.org/packages/intl).

The [Flutter Internationalization Tutorial](https://flutter.io/tutorials/internationalization/)
The [Flutter Internationalization Tutorial](https://flutter.dev/tutorials/internationalization/)
covers Flutter app internationalization in general.

See [regenerate.md](lib/i18n/regenerate.md) for an explanation
Expand Down
4 changes: 2 additions & 2 deletions flutter_console.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ echo Run "flutter create <app_name>" to create a new Flutter project.
echo.
echo Run "flutter help" to see all available commands.
echo.
echo Want to use an IDE to interact with Flutter? https://flutter.io/ide-setup/
echo Want to use an IDE to interact with Flutter? https://flutter.dev/ide-setup/
echo.
echo Want to run the "flutter" command from any Command Prompt or PowerShell window?
echo Add Flutter to your PATH: https://flutter.io/setup-windows/#update-your-path
echo Add Flutter to your PATH: https://flutter.dev/setup-windows/#update-your-path
echo.
echo ================================================================================

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Flutter is a new way to build high-performance, cross-platform mobile apps.
Flutter is optimized for today's — and tomorrow's — mobile devices. We are
focused on low-latency input and high frame rates on Android and iOS.

See the [getting started guide](https://flutter.io/getting-started/) for
See the [getting started guide](https://flutter.dev/getting-started/) for
information about using Flutter.
2 changes: 1 addition & 1 deletion packages/flutter/lib/animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///
/// To use, import `package:flutter/animation.dart`.
///
/// See [flutter.io/animations](https://flutter.io/animations/) for an overview.
/// See [flutter.dev/animations](https://flutter.dev/animations/) for an overview.
///
/// This library depends only on core Dart libraries and the `physics.dart` library.
library animation;
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/material.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
///
/// See also:
///
/// * [flutter.io/widgets](https://flutter.io/widgets/)
/// * [flutter.dev/widgets](https://flutter.dev/widgets/)
/// for a catalog of commonly-used Flutter widgets.
/// * [material.io/design](https://material.io/design/)
/// for an introduction to Material Design.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/cupertino/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class CupertinoApp extends StatefulWidget {
///
/// See also:
///
/// * <https://flutter.io/debugging/#performanceoverlay>
/// * <https://flutter.dev/debugging/#performanceoverlay>
final bool showPerformanceOverlay;

/// Turns on checkerboarding of raster cache images.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/gestures/arena.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class _GestureArena {

/// The first member to accept or the last member to not reject wins.
///
/// See <https://flutter.io/gestures/#gesture-disambiguation> for more
/// See <https://flutter.dev/gestures/#gesture-disambiguation> for more
/// information about the role this class plays in the gesture system.
///
/// To debug problems with gestures, consider using
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/gestures/monodrag.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ abstract class DragGestureRecognizer extends OneSequenceGestureRecognizer {
/// first detected.
///
/// For more information about the gesture arena:
/// https://flutter.io/docs/development/ui/advanced/gestures#gesture-disambiguation
/// https://flutter.dev/docs/development/ui/advanced/gestures#gesture-disambiguation
///
/// By default, the drag start behavior is [DragStartBehavior.start].
///
Expand Down
8 changes: 4 additions & 4 deletions packages/flutter/lib/src/material/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const TextStyle _errorTextStyle = TextStyle(
/// * [MaterialPageRoute], which defines an app page that transitions in a material-specific way.
/// * [WidgetsApp], which defines the basic app elements but does not depend on the material library.
/// * The Flutter Internationalization Tutorial,
/// <https://flutter.io/tutorials/internationalization/>.
/// <https://flutter.dev/tutorials/internationalization/>.
class MaterialApp extends StatefulWidget {
/// Creates a MaterialApp.
///
Expand Down Expand Up @@ -300,7 +300,7 @@ class MaterialApp extends StatefulWidget {
/// * [GlobalMaterialLocalizations], a [localizationsDelegates] value
/// which provides material localizations for many languages.
/// * The Flutter Internationalization Tutorial,
/// <https://flutter.io/tutorials/internationalization/>.
/// <https://flutter.dev/tutorials/internationalization/>.
final Iterable<LocalizationsDelegate<dynamic>> localizationsDelegates;

/// {@macro flutter.widgets.widgetsApp.localeListResolutionCallback}
Expand All @@ -324,14 +324,14 @@ class MaterialApp extends StatefulWidget {
/// * [GlobalMaterialLocalizations], a [localizationsDelegates] value
/// which provides material localizations for many languages.
/// * The Flutter Internationalization Tutorial,
/// <https://flutter.io/tutorials/internationalization/>.
/// <https://flutter.dev/tutorials/internationalization/>.
final Iterable<Locale> supportedLocales;

/// Turns on a performance overlay.
///
/// See also:
///
/// * <https://flutter.io/debugging/#performanceoverlay>
/// * <https://flutter.dev/debugging/#performanceoverlay>
final bool showPerformanceOverlay;

/// Turns on checkerboarding of raster cache images.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/flutter_logo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:flutter/widgets.dart';
import 'colors.dart';

/// The Flutter logo, in widget form. This widget respects the [IconTheme].
/// For guidelines on using the Flutter logo, visit https://flutter.io/brand.
/// For guidelines on using the Flutter logo, visit https://flutter.dev/brand.
///
/// See also:
///
Expand Down
Loading

0 comments on commit 5291897

Please sign in to comment.