John McCutchan
87f5fcdba3
Roll Dart runtime forward to 6aab1cecb25f8e04087320f2082336073628afb4
...
Roll Dart runtime forward to:
6aab1cecb25f8e04087320f2082336073628afb4
Roll Observatory pub packages to:
5c199c5954146747f75ed127871207718dc87786
---
Update to new isolate create callback signature.
2015-10-14 13:27:05 -07:00
Jason Simmons
026369100e
Increment the version numbers of sky_engine and sky_services
2015-10-14 11:15:28 -07:00
Jason Simmons
c92829cab4
Merge pull request #1604 from jason-simmons/mojo_merge_client_part3
...
Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3
2015-10-14 11:03:25 -07:00
Ian Hickson
63a39b0207
Merge pull request #1611 from Hixie/philosophy
...
Write down some unwritten rules of Flutter development.
2015-10-14 09:58:36 -07:00
Hixie
5212f82205
Write down some unwritten rules of Flutter development.
2015-10-14 09:58:29 -07:00
Adam Barth
f4021763d2
Merge pull request #1602 from jimbeveridge/readme
...
Show new flutter tool and its use in the widgets dir.
2015-10-13 16:59:22 -07:00
Adam Barth
c7c33d0755
Rev pub packages
2015-10-13 16:46:47 -07:00
Jason Simmons
25c2f8362a
Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3
2015-10-13 15:24:40 -07:00
Viktor Lidholt
6786716fa3
Merge pull request #1603 from vlidholt/master
...
Adds publishing for Flutter Sprites
2015-10-13 14:23:11 -07:00
Viktor Lidholt
21fb900867
Adds Flutter Sprites to publishing script
2015-10-13 14:18:48 -07:00
Adam Barth
4135f2a524
Mark SkyShell as debuggable
...
This patch makes it easier to work with SkyShell on non-rooted devices.
2015-10-13 13:56:02 -07:00
Jim Beveridge
7c85270180
Show new flutter tool and its use in the widgets dir.
2015-10-13 13:53:05 -07:00
Jason Simmons
ff99b608d4
Merge pull request #1583 from jason-simmons/mojo_merge_client_part2
...
Update to mojo aff2415d1e1f4c4a16b3bb608d4dc17c4e924667
2015-10-13 09:58:59 -07:00
Ian Hickson
c2dcaeaa9e
Merge pull request #1585 from Hixie/strong-lint
...
Lots of trivial warning fixes
2015-10-12 16:35:28 -07:00
Adam Barth
86e4d97859
Remove dart:ui_builtin_natives
...
Now this code is just in dart:ui.
2015-10-12 16:33:15 -07:00
Hixie
093f565475
Lots of trivial warning fixes
...
Add type annotations in many places.
Fix some identifiers to have more lint-satisfying names.
Make all operator==s consistent in style.
Reorder some functions for consistency.
Make ParentData no longer dynamic, and fix all the code around that.
2015-10-12 16:31:20 -07:00
Jason Simmons
015f8e1836
Update to mojo 298d9942de7819c4a837b049bc98d2cbcd61554f
2015-10-12 15:34:11 -07:00
Chinmay Garde
61d33fa44c
Merge pull request #1578 from chinmaygarde/objcxx
...
Fix Build Break (iOS): Add -std=c++11 to cflags_objcc
2015-10-12 14:24:54 -07:00
Adam Barth
f27614327a
Merge pull request #1582 from abarth/rm_demo_launcher
...
Remove demo_launcher
2015-10-12 14:23:15 -07:00
Chinmay Garde
cffb450c9a
Fix Build Break (iOS): Add -std=c++11 to cflags_objcc
2015-10-12 14:22:56 -07:00
Adam Barth
d21b1682d5
Remove demo_launcher
...
This example is outdated.
2015-10-12 14:20:28 -07:00
Jason Simmons
70488f1415
Merge pull request #1569 from jason-simmons/mojo_merge_client
...
Update to mojo 4fe7bc6c228b3a2939cd3635ebd701f88eeca55d
2015-10-12 10:10:45 -07:00
Adam Barth
2e22817fdb
Reattach fitness to the build
...
We can build Fitness again now that playfair has been updated to account for
the package:flutter rename.
2015-10-12 00:24:24 -07:00
Adam Barth
5d443b8d15
Rev pub packages
2015-10-09 23:09:22 -07:00
Adam Barth
f0c0505b4f
Merge pull request #1571 from abarth/as_ui
...
Import dart:ui as ui (instead of as sky)
2015-10-09 20:56:57 -07:00
Adam Barth
ec61fd8b0b
Import dart:ui as ui (instead of as sky)
2015-10-09 20:55:54 -07:00
Adam Barth
6eaec57114
Merge pull request #1570 from abarth/flutterize
...
Flutterize
2015-10-09 20:48:54 -07:00
Adam Barth
3155cb7135
Rename package:sky to package:flutter
2015-10-09 20:44:52 -07:00
Adam Barth
8294952fd0
Rename dart:sky to dart:ui
2015-10-09 19:27:13 -07:00
Adam Barth
a6bf275be2
Fix updater pubspec
2015-10-09 18:56:16 -07:00
Jason Simmons
73ffb04a77
Update to mojo 4fe7bc6c228b3a2939cd3635ebd701f88eeca55d
2015-10-09 17:27:33 -07:00
Adam Barth
5f4928ffc6
Rev pub packages
2015-10-09 14:43:32 -07:00
Chinmay Garde
781bb6e100
Update dart revision
2015-10-09 12:53:34 -07:00
Adam Barth
9e9b854d73
Roll Dart SDK
2015-10-09 12:36:21 -07:00
Ian Hickson
066b65e96d
Merge pull request #1554 from Hixie/mixins
...
Remove workarounds that avoided 'super' in mixins
2015-10-09 12:15:05 -07:00
Hixie
e79687d6f8
Remove workarounds that avoided 'super' in mixins
...
Dart supports this properly now.
2015-10-09 11:24:50 -07:00
Adam Barth
8fc8e82db8
Merge pull request #1557 from abarth/material_app
...
Rename App to MaterialApp
2015-10-09 10:38:39 -07:00
Adam Barth
2f05e0d5c9
Rename App to MaterialApp
...
MaterialApp assumes that you're using material design.
Also move radial reaction and fix imports for stats box.
2015-10-09 10:27:22 -07:00
Adam Barth
c877708568
Split material design widgets out of widgets.dart
...
These are now part of material.dart.
2015-10-09 10:07:06 -07:00
Adam Barth
c86282eecc
Rev pub package
2015-10-09 09:32:16 -07:00
John McCutchan
c9069bfeaf
Merge pull request #1527 from johnmccutchan/roll_dart
...
Roll Dart runtime forward to c9334ed61f11df2d9aecc6311a5981eba0e55c01
2015-10-07 14:04:33 -07:00
John McCutchan
5854a76e13
Roll Dart runtime forward to c9334ed61f11df2d9aecc6311a5981eba0e55c01
2015-10-07 13:52:51 -07:00
Adam Barth
4e41b4483a
Merge pull request #1503 from abarth/simplify_scaffold
...
Simplify Scaffold
2015-10-06 10:09:35 -07:00
Adam Barth
87631faae2
Simplify Scaffold
...
Rather than using a custom render object, we can just use a Stack.
2015-10-06 10:06:17 -07:00
Adam Barth
830e6e85e0
Rev pub package
2015-10-06 09:45:20 -07:00
Hixie
df719bde8d
Fix Focus
...
Focus.at() and company should be on Focus, not FocusState.
_notifyDescendants() was using the wrong runtimeType.
Let InheritedWidget update the descendants during build.
When you setState() during build, assert that you're not
markNeedsBuild()ing someone who isn't a descendant.
Typo in Widget.toString().
2015-10-05 16:41:50 -07:00
Ian Hickson
825ad56fda
Merge pull request #1488 from Hixie/RouteArguments
...
Simplify the usage of Navigator's routes argument
2015-10-05 13:59:45 -07:00
Hixie
27b76c00ad
Simplify the usage of Navigator's routes argument
...
(These are changes cherry-picked from in-flight branches since they are
more independent and could be helpful even without those changes.)
- Change RouteBuilder's signature to take a single argument in which the
other fields are placed, so that we can keep iterating on those
arguments without having to break compatibility each time. Also, this
makes defining route builders much simpler (only one argument to
ignore rather than a variable number).
- Expose the next performance to RouteBuilders, since sometimes the
route itself might not be where it's used.
- Allow BuildContext to be used to walk children, just like it can for
ancestors
- Allow BuildContext to be used to get the Widget of the current
BuildContext
- Allow StatefulComponentElement to be referenced with a type
specialisation so that you don't have to cast when you know what the
type you're dealing with actually is.
2015-10-05 13:59:30 -07:00
Adam Barth
000bf4106f
Merge pull request #1479 from mdakin/simplfy_digger
...
Simplfy resetting board and mine generation.
2015-10-04 15:21:53 -07:00
Mehmet Akin
bc6bbee6e3
Fix indent.
2015-10-03 22:56:30 +02:00