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
5516d12f
Commit
5516d12f
authored
Nov 05, 2015
by
Matt Perry
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1970 from mpcomplete/updater.urls
Fix updater. It was looking for the wrong files.
parents
2fc5a759
72c17afa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
flutter.yaml
examples/fitness/flutter.yaml
+1
-1
flutter.yaml
examples/stocks/flutter.yaml
+1
-1
main.dart
packages/updater/lib/main.dart
+2
-2
No files found.
examples/fitness/flutter.yaml
View file @
5516d12f
name
:
fitness
version
:
0.0.1
update-url
:
http://localhost:9888/
examples/fitness/
update-url
:
http://localhost:9888/
material-design-icons
:
-
name
:
action/assessment
-
name
:
action/help
...
...
examples/stocks/flutter.yaml
View file @
5516d12f
name
:
stocks
version
:
0.0.2
update-url
:
http://localhost:9888/
examples/stocks/
update-url
:
http://localhost:9888/
material-design-icons
:
-
name
:
action/account_balance
-
name
:
action/assessment
...
...
packages/updater/lib/main.dart
View file @
5516d12f
...
...
@@ -18,8 +18,8 @@ import 'package:yaml/yaml.dart' as yaml;
import
'pipe_to_file.dart'
;
import
'version.dart'
;
const
String
kManifestFile
=
'
sky
.yaml'
;
const
String
kBundleFile
=
'
flutter
.flx'
;
const
String
kManifestFile
=
'
flutter
.yaml'
;
const
String
kBundleFile
=
'
app
.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