forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ Community | |
--------- | ||
|
||
Join us on IRC at `#flutter` on Freenode or join our mailing list, | ||
[sky[email protected]](https://groups.google.com/forum/#!forum/sky-dev). | ||
[flutter[email protected]](https://groups.google.com/forum/#!forum/flutter-dev). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: material_design_icons | ||
version: 0.0.3 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
description: Material Design Icons | ||
homepage: https://github.com/flutter/engine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: sky | ||
version: 0.0.51 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
description: A framework for writing Flutter applications | ||
homepage: http://flutter.io | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: sky_engine | ||
version: 0.0.29 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
description: Dart SDK extensions for dart:sky | ||
homepage: http://flutter.io | ||
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: sky_services | ||
version: 0.0.29 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
description: Mojom interfaces associated with Flutter | ||
homepage: http://flutter.io | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: sky_updater | ||
version: 0.0.1 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
description: The autoupdater for flutter | ||
homepage: http://flutter.io | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: workbench | ||
version: 0.0.1 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
description: A workspace to host pub packages | ||
homepage: https://github.com/flutter/engine/tree/master/sky/packages/workbench | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: skysprites | ||
description: A sprite toolkit built on top of Flutter | ||
version: 0.0.1 | ||
author: Chromium Authors <sky[email protected]> | ||
author: Flutter Authors <flutter[email protected]> | ||
homepage: http://flutter.io | ||
dependencies: | ||
sky: ">=0.0.36 < 0.1.0" | ||
|