Rename Sky to Flutter in a few more places
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Sky Examples
|
||||
============
|
||||
Flutter Examples
|
||||
================
|
||||
|
||||
This directory contains several examples of using Sky. Each of these is an
|
||||
This directory contains several examples of using Flutter. Each of these is an
|
||||
individual Dart application package. If you wish to run them with `sky_tool`
|
||||
then you will want to run `pub get` inside their directory before running
|
||||
`./packages/sky/sky_tool start`.
|
||||
@@ -10,7 +10,7 @@ then you will want to run `pub get` inside their directory before running
|
||||
the text "hello, world."
|
||||
|
||||
2. *Stocks.* The [stocks app](stocks) is an example of a typical mobile app
|
||||
built using Sky. The app shows a list of all the stocks in the NASDAQ.
|
||||
built using Flutter. The app shows a list of all the stocks in the NASDAQ.
|
||||
|
||||
3. *Widgets.* The [widgets app](widgets) contains a number of Sky widgets so
|
||||
3. *Widgets.* The [widgets app](widgets) contains a number of Flutter widgets so
|
||||
you can experiment with them in a simple container.
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
Sky
|
||||
===
|
||||
|
||||
For information about using the latest stable release of Sky, please see the
|
||||
[package/sky/ directory](packages/sky/).
|
||||
|
||||
For more information about the Sky framework, see
|
||||
[the package/sky/lib/ directory](packages/sky/lib/).
|
||||
|
||||
For details about the internals of Sky's engine, see [the engine/ directory](engine/).
|
||||
|
||||
For information about contributing to Sky, please see
|
||||
[CONTRIBUTING.md](../CONTRIBUTING.md).
|
||||
@@ -16,7 +16,7 @@ Website
|
||||
The source for the icons can be found in the
|
||||
[material-design-icons](https://github.com/google/material-design-icons) repo.
|
||||
This Pub package mirrors the icons; the source for the package can be found in the
|
||||
[sky_engine](https://github.com/domokit/sky_engine) repo in the
|
||||
[Flutter engine](https://github.com/flutter/engine) repo in the
|
||||
`sky/packages/material_design_icons` directory.
|
||||
|
||||
License
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Sky Engine
|
||||
==========
|
||||
Flutter Engine
|
||||
==============
|
||||
|
||||
This packages describes the dart:sky library, which is the interface between
|
||||
Dart and the Sky Engine. This package also contains a number of Sky shell
|
||||
binaries that let you run code that uses the dart:sky library on various
|
||||
Dart and the Flutter Engine. This package also contains a number of Flutter
|
||||
shell binaries that let you run code that uses the dart:sky library on various
|
||||
platforms.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Sky Services
|
||||
============
|
||||
Flutter Services
|
||||
================
|
||||
|
||||
This packages contains `mojom` interfaces to services associated with Sky. Most
|
||||
This packages contains `mojom` interfaces to services associated with Flutter. Most
|
||||
developers should depend on the [Sky package](https://pub.dartlang.org/packages/sky)
|
||||
instead of using this package directly.
|
||||
|
||||
Reference in New Issue
Block a user