Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
5079b1db
Commit
5079b1db
authored
Nov 02, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1899 from abarth/flutter_yaml
Rename sky.yaml to flutter.yaml
parents
fc8d9f30
8a243125
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
BUILD.gn
examples/fitness/BUILD.gn
+1
-1
flutter.yaml
examples/fitness/flutter.yaml
+0
-0
BUILD.gn
examples/game/BUILD.gn
+1
-1
flutter.yaml
examples/game/flutter.yaml
+0
-0
BUILD.gn
examples/stocks/BUILD.gn
+1
-1
flutter.yaml
examples/stocks/flutter.yaml
+0
-0
main.dart
packages/updater/lib/main.dart
+1
-1
No files found.
examples/fitness/BUILD.gn
View file @
5079b1db
...
...
@@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")
sky_app("fitness") {
main_dart = "lib/main.dart"
manifest = "
sky
.yaml"
manifest = "
flutter
.yaml"
if (is_android) {
apk_name = "Fitness"
...
...
examples/fitness/
sky
.yaml
→
examples/fitness/
flutter
.yaml
View file @
5079b1db
File moved
examples/game/BUILD.gn
View file @
5079b1db
...
...
@@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")
sky_app("game") {
main_dart = "lib/main.dart"
manifest = "
sky
.yaml"
manifest = "
flutter
.yaml"
if (is_android) {
apk_name = "Asteroids"
...
...
examples/game/
sky
.yaml
→
examples/game/
flutter
.yaml
View file @
5079b1db
File moved
examples/stocks/BUILD.gn
View file @
5079b1db
...
...
@@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")
sky_app("stocks") {
main_dart = "lib/main.dart"
manifest = "
sky
.yaml"
manifest = "
flutter
.yaml"
if (is_android) {
apk_name = "Stocks"
...
...
examples/stocks/
sky
.yaml
→
examples/stocks/
flutter
.yaml
View file @
5079b1db
File moved
packages/updater/lib/main.dart
View file @
5079b1db
...
...
@@ -19,7 +19,7 @@ import 'pipe_to_file.dart';
import
'version.dart'
;
const
String
kManifestFile
=
'sky.yaml'
;
const
String
kBundleFile
=
'
app
.flx'
;
const
String
kBundleFile
=
'
flutter
.flx'
;
UpdateServiceProxy
_initUpdateService
(
)
{
UpdateServiceProxy
updateService
=
new
UpdateServiceProxy
.
unbound
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment