Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
Adam Barth bc20871cb9 Introduce Tween and the new animation API
This patch removes state from the animation system, which was causing problems
as we were scaling the use of animated values.

Now the "tween" objects are stateless and can watch animations, which creates a
new object that holds both the tween and the animation instead of mutating the
tween every tick of the animation.

This patch ports one client as a proof-of-concept.

Fixes #215
2016-01-19 14:26:05 -08:00
bin Hide pub get output when updating flutter tool 2015-11-23 19:05:49 -08:00
dev Add a note about the firebase/ directory. 2016-01-10 16:54:25 -08:00
doc generate docs for sprites 2016-01-07 15:55:41 -08:00
examples Introduce Tween and the new animation API 2016-01-19 14:26:05 -08:00
packages Introduce Tween and the new animation API 2016-01-19 14:26:05 -08:00
travis generate docs for sprites 2016-01-07 15:55:41 -08:00
.travis.yml See if fixing indent fixes our missing caching 2015-12-14 19:40:37 -08:00
AUTHORS Initial commit 2015-10-30 11:16:58 -07:00
CONTRIBUTING.md Move flutter tests from packages/unit to packages/flutter/test 2015-12-16 08:00:57 -08:00
LICENSE Initial commit 2015-10-30 11:16:58 -07:00
README.md Add a CONTRIBUTING.md 2015-11-08 21:56:20 -08:00

Flutter

Build Status

Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.

Flutter is an early-stage open-source project. We are still missing core features like accessibility, text input, localization, and more. However, you can build demos and examples today. We hope you try it out and send us feedback.

Community

Join us on IRC at #flutter on Freenode or join our mailing list, flutter-dev@googlegroups.com.