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
8a243125
Commit
8a243125
authored
Nov 02, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename sky.yaml to flutter.yaml
More flutter more better.
parent
b5493121
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 @
8a243125
...
...
@@ -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 @
8a243125
File moved
examples/game/BUILD.gn
View file @
8a243125
...
...
@@ -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 @
8a243125
File moved
examples/stocks/BUILD.gn
View file @
8a243125
...
...
@@ -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 @
8a243125
File moved
packages/updater/lib/main.dart
View file @
8a243125
...
...
@@ -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