- 28 Apr, 2016 1 commit
-
-
Adam Barth authored
Cassowary doesn't have any additional dependencies and this simplifies things. Fixes #2442
-
- 27 Apr, 2016 1 commit
-
-
Adam Barth authored
Rather that importing `package:newton/newton.dart` you can `import package:flutter/physics.dart`. Fixes #2441
-
- 14 Apr, 2016 1 commit
-
-
pq authored
With the new dev build we've got the updated linter and so can use the `@optionalTypeArgs` annotation (in `meta 0.12.0`). Bonus: this lets us clean up one more Regexp in the `analyze` command! :)
-
- 28 Mar, 2016 1 commit
-
-
Adam Barth authored
The .packages file is replacing the packages directory of symlinks.
-
- 23 Mar, 2016 1 commit
-
-
Ian Hickson authored
...so that we can shed the quiver dependency in flutter's framework.
-
- 10 Mar, 2016 1 commit
-
-
Hixie authored
Also, resolve our package conflict, since reflectable has been fixed.
-
- 09 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 04 Mar, 2016 1 commit
-
-
Adam Barth authored
We get the icons from the iconfont now. Also, remove the package:flutter CHANGELOG.md. This file is outdated and the git history is a more accurate change log these days.
-
- 03 Mar, 2016 2 commits
-
-
Adam Barth authored
The mojo_sdk has cleaned up its dependencies, so we no longer need to depend on package:test from package:flutter.
-
Adam Barth authored
This patch switches us from using our previous hacking approach to integrating with package:test to using the new PlatformPlugin interface.
-
- 25 Feb, 2016 1 commit
-
-
Hixie authored
See the comment in the patch for details.
-
- 20 Feb, 2016 1 commit
-
-
Adam Barth authored
Downloading these packages from cloud storage simplifies our deployment story because we can upload to cloud storage automatically from the buildbot. This patch also switches the responsibility for downloading the engine artifacts to update_engine.sh. Centralizing this responsibility ensures that the packages and the binaries are always in sync.
-
- 19 Feb, 2016 1 commit
-
-
Adam Barth authored
-
- 13 Feb, 2016 1 commit
-
-
Adam Barth authored
-
- 12 Feb, 2016 1 commit
-
-
Adam Barth authored
-
- 11 Feb, 2016 1 commit
-
-
Todd Volkert authored
-
- 10 Feb, 2016 1 commit
-
-
Todd Volkert authored
-
- 09 Feb, 2016 2 commits
-
-
Hixie authored
-
Adam Barth authored
-
- 03 Feb, 2016 1 commit
-
-
Hixie authored
-
- 02 Feb, 2016 1 commit
-
-
Adam Barth authored
-
- 31 Jan, 2016 1 commit
-
-
Adam Barth authored
-
- 29 Jan, 2016 1 commit
-
-
Adam Barth authored
-
- 28 Jan, 2016 1 commit
-
-
Collin Jackson authored
-
- 27 Jan, 2016 1 commit
-
-
Hixie authored
-
- 25 Jan, 2016 1 commit
-
-
Collin Jackson authored
This reverts commit b240cda8.
-
- 23 Jan, 2016 2 commits
-
-
Collin Jackson authored
This reverts commit ab300634.
-
Collin Jackson authored
-
- 22 Jan, 2016 1 commit
-
-
Matt Perry authored
Third-party libraries can now provide their own mojo services. They do so by adding a config.yaml file to their pub package which contains - a list of service names and java classes which handles that service's registration. - a list of pre-built .jar files to statically link with the app's shell when building the app.
-
- 19 Jan, 2016 1 commit
-
-
Adam Barth authored
-
- 16 Jan, 2016 1 commit
-
-
Hixie authored
The dart bindings changed semantics in a non-compatible way.
-
- 14 Jan, 2016 1 commit
-
-
Adam Barth authored
-
- 13 Jan, 2016 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
No you can't hit things inside degenerate transforms. Tranforming from global coordaintes to degenerate local coordinates gives you Point.origin. Also, upgrade vector_math to get a better invert constructor. Fixes #1161 Fixes #1224
-
- 12 Jan, 2016 2 commits
-
-
Adam Barth authored
Also, update callers of deprecated methods.
-
Adam Barth authored
-
- 11 Jan, 2016 2 commits
-
-
Ian Hickson authored
-
Matt Perry authored
-
- 07 Jan, 2016 1 commit
-
-
Adam Barth authored
Fixed #1009
-
- 04 Jan, 2016 1 commit
-
-
Ian Hickson authored
-