mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds a step to the updater to verify that the new .flx package is signed and untampered. Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash of the .flx contents. See bundle.dart for a description of the new .flx format.
Workbench
The workbench package is a synthetic package that lets us use pub to pull in
some packages from pub.dartlang.org and some packages from within the source
tree. The workbench package is intended to reflect a typical environment for
developing a Sky application.