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
8ab21d7a
Commit
8ab21d7a
authored
Nov 03, 2015
by
Matt Perry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Depend on the new flx 0.0.5 and remove use of deprecated KeyPair.
parent
466a91ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.dart
packages/flutter_tools/lib/src/commands/build.dart
+1
-1
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
No files found.
packages/flutter_tools/lib/src/commands/build.dart
View file @
8ab21d7a
...
...
@@ -182,7 +182,7 @@ class BuildCommand extends FlutterCommand {
archive
.
addFile
(
file
);
}
KeyPair
keyPair
=
KeyPair
.
readFromPrivateKey
Sync
(
privateKeyPath
);
AsymmetricKeyPair
keyPair
=
keyPairFromPrivateKeyFile
Sync
(
privateKeyPath
);
Uint8List
zipBytes
=
new
Uint8List
.
fromList
(
new
ZipEncoder
().
encode
(
archive
));
Bundle
bundle
=
new
Bundle
.
fromContent
(
path:
outputPath
,
...
...
packages/flutter_tools/pubspec.yaml
View file @
8ab21d7a
...
...
@@ -11,7 +11,7 @@ dependencies:
analyzer
:
"
>=0.26.1+17"
# see note below
archive
:
^1.0.20
args
:
^0.13.0
flx
:
"
>=0.0.
1
<0.1.0"
flx
:
"
>=0.0.
5
<0.1.0"
crypto
:
^0.9.1
mustache4dart
:
^1.0.0
path
:
^1.3.0
...
...
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