flutter/packages/flutter_tools
Jakob Andersen a745fd58be Don't reinstall the app if the latest build is already installed. (#8328)
Only implemented for Android devices for now. Compare the installed SHA1
to the latest build. If they match, there's no reason to reinstall the
build.

Fixes #8295
2017-02-22 14:35:49 +01:00
..
2017-02-20 14:07:16 -08:00
2017-01-25 20:23:19 -08:00
2017-02-02 15:54:11 -08:00
2017-02-21 11:17:35 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected and run:

pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart