- 15 Dec, 2015 10 commits
-
-
Devon Carew authored
gen dartdoc using the flutter styles
-
Adam Barth authored
Switch docs to docs.flutter.io
-
Adam Barth authored
That site is now live.
-
Eric Seidel authored
See if fixing indent fixes our missing caching
-
Eric Seidel authored
@abarth
-
Jason Simmons authored
rev engine
-
Jason Simmons authored
-
krisgiesing authored
Fix formatting issue
-
Kris Giesing authored
-
Eric Seidel authored
Add nicer logging/reporting to dev/update_packages.dart
-
- 14 Dec, 2015 25 commits
-
-
Eric Seidel authored
Makes it more obvious where we are spending our time on Travis. Also added travis caching for the global pub cache to speed this up! Modeled what dartdoc does: https://github.com/dart-lang/dartdoc/blob/master/.travis.yml#L13 @Hixie
-
Eric Seidel authored
Rename stocks/tests to stocks/test
-
Eric Seidel authored
This matches the naming pattern expected from package:test `flutter test` doesn't care, since it finds all _test.dart files and runs them regardless of directory. @Hixie
-
Ian Hickson authored
Fix build breakage
-
Hixie authored
-
Eric Seidel authored
Split out Instrumentation logic from WidgetTester
-
Eric Seidel authored
This will allow writing tests/benchmark which want to use the engine's default beginFrame and normal passage of time. @Hixie
-
Ian Hickson authored
Always import our packages when analyzing.
-
Hans Muller authored
Only set tolerance if simulation is non-null Fixes #898
-
Hixie authored
-
Jason Simmons authored
Update SoundEffectPlayer to use the SoundPool API
-
Jason Simmons authored
-
Hans Muller authored
-
Hans Muller authored
Tabbar view swipe Swiping left or right in a TabBarView now changes the selected tab in the way it's supposed to. Currently swipe gestures that start while the selection change is underway are ignored. Will fix that in a separate change.
-
Hans Muller authored
Swiping left or right in a TabBarView now changes the selected tab in the way it's supposed to. Currently swipe gestures that start while the selection change is underway are ignored. Will fix that in a separate change.
-
Ian Hickson authored
Analyze more tests.
-
Hixie authored
-
Jason Simmons authored
Use Scheduler.instance in flutter_sprites
-
Jason Simmons authored
-
Devon Carew authored
support mini fabs
-
Devon Carew authored
-
Ian Hickson authored
Rename Pointerer to Gesturer.
-
Ian Hickson authored
-
Ian Hickson authored
Refactor bindings.
-
Ian Hickson authored
-
- 12 Dec, 2015 5 commits
-
-
Ian Hickson authored
Avoid rebuilding entire app when an overlay needs updating
-
Ian Hickson authored
Use hashValues instead of hard-coded hashCode getters
-
Ian Hickson authored
-
Ian Hickson authored
rev the engine
-
Ian Hickson authored
Minor fixes in comments and style.
-