Adam Barth
4191ed4921
Don't mention --install
...
The --install command isn't needed anymore. We automatically detect when
we need to install the APK.
2015-10-11 12:33:59 -07:00
Adam Barth
d1b7f175a5
Rev pub package
2015-10-11 12:14:46 -07:00
Adam Barth
f0b7ef83ff
Merge pull request #1572 from abarth/bin_flutter
...
Add a bin/flutter.dart to the flutter package
2015-10-11 12:03:21 -07:00
Adam Barth
25eaaefd26
Switch init command over to package:flutter
2015-10-11 11:57:22 -07:00
Adam Barth
760811e62b
Rev pub package
2015-10-10 00:52:32 -07:00
Adam Barth
85d8f8c1b3
Add a bin/flutter.dart to the flutter package
...
This command will eventually become the main entrypoint for the Flutter tools.
Also, fixup a reference to the "sky" package in sky_tool.
2015-10-10 00:43:59 -07:00
Adam Barth
9148e1779f
Expose main via executable.dart
...
Expose the main entry point for the tools via the library lets us run the tools
from the Flutter package, which simplifies the setup for end developers because
they don't need to declare a dependency on sky_tools directly.
2015-10-10 00:15:21 -07:00
Devon Carew
7ba6342f88
remove an unused import
2015-10-10 00:00:50 -07:00
Adam Barth
e17190df63
Merge pull request #85 from flutter/command_dir
...
Move Command subclasses into commands directory
2015-10-09 23:28:19 -07:00
Adam Barth
561350d238
Merge pull request #81 from Iheartweb/patch-1
...
Changing Desc to match Github Desc.
2015-10-09 23:24:15 -07:00
Adam Barth
287817f224
Move Command subclasses into commands directory
...
I'm trying to get a feel for the code by writing some simple cleanup patches.
2015-10-09 23:22:20 -07:00
Adam Barth
4417049f78
Update package:flutter pubspec
2015-10-09 21:00:58 -07:00
Adam Barth
ecce1eb389
Import dart:ui as ui (instead of as sky)
2015-10-09 20:55:54 -07:00
Adam Barth
65eba90843
Rename package:sky to package:flutter
2015-10-09 20:44:52 -07:00
Adam Barth
5b37f8750d
Rename dart:sky to dart:ui
2015-10-09 19:27:13 -07:00
Adam Barth
28d769f3ec
Fix updater pubspec
2015-10-09 18:56:16 -07:00
Devon Carew
f7646679dc
update the starter app template
2015-10-09 16:55:43 -07:00
Ian Fischer
51f1eb3581
Merge pull request #82 from iansf/ios_listen
...
Get iOS devices working on Mac if you specify sky-src-path.
2015-10-09 16:51:03 -07:00
Ian Fischer
ae32410995
Get iOS devices working on Mac if you specify sky-src-path.
2015-10-09 16:23:33 -07:00
Collin Jackson
cc2a873ac7
Merge pull request #1566 from collinjackson/dont_antialias_images
...
Painting images should not anti-alias (improves performance)
2015-10-09 14:59:50 -07:00
Adam Barth
32f18cfecb
Rev pub package
2015-10-09 14:55:33 -07:00
Collin Jackson
6e37b51c0e
Painting images should not anti-alias (improves performance)
2015-10-09 14:54:03 -07:00
Viktor Lidholt
79c23548ce
Merge pull request #1562 from vlidholt/master
...
Adds debug drawing for weld joints in sprite physics
2015-10-09 14:12:18 -07:00
Adam Barth
f864ec267a
Merge pull request #1564 from abarth/fast_white_icons
...
Make it fast to draw color icons
2015-10-09 14:07:45 -07:00
Adam Barth
ee7c72f4da
Make it fast to draw color icons
...
Instead of using a ColorFilter, plumb the information down to Icon and thereby
to Image.
2015-10-09 14:04:54 -07:00
Hixie
8915cf0b89
Avoid painting previous routes redundantly
...
...once the animation is done.
2015-10-09 14:03:54 -07:00
Viktor Lidholt
dcad79e239
Adds debug drawing for weld joints in sprite physics
2015-10-09 13:22:12 -07:00
Robert Martone
e1c46f42cc
Changing Desc to match Github Desc.
2015-10-09 13:19:02 -07:00
Hixie
dfc7f00a88
Remove workarounds that avoided 'super' in mixins
...
Dart supports this properly now.
2015-10-09 11:24:50 -07:00
Adam Barth
57cc25a3aa
Merge pull request #1559 from abarth/new_text_painter
...
Add a flag to TextPainter to use ParagraphBuilder
2015-10-09 11:23:46 -07:00
Adam Barth
b07ff55044
Add a flag to TextPainter to use ParagraphBuilder
...
This patch makes it easier to experiment with work on ParagraphBuilder.
2015-10-09 11:20:26 -07:00
Kris Giesing
cc201f3293
Temporary holding commit
2015-10-09 11:17:07 -07:00
Adam Barth
3053e876d0
Remove circular imports of the material.dart library
2015-10-09 10:39:05 -07:00
Adam Barth
db3b9e8052
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
cceb4187cc
Merge pull request #1556 from abarth/split_widgets
...
Split material design widgets out of widgets.dart
2015-10-09 10:14:02 -07:00
Adam Barth
cc809491ba
Split material design widgets out of widgets.dart
...
These are now part of material.dart.
2015-10-09 10:07:06 -07:00
Hixie
37bda25196
Relative paths in internal flutter libraries
...
Now that you import a top-level file for each layer of the Flutter
framework, within the framework we can use relative paths without being
worried about the copy/pasta problem we used to have.
2015-10-09 09:56:40 -07:00
Adam Barth
99de081860
Merge pull request #77 from chinmaygarde/master
...
Fix Flutter project template
2015-10-09 09:38:42 -07:00
Adam Barth
423db5c22c
Rev pub package
2015-10-09 09:37:23 -07:00
Hixie
892d60d538
Have Flat buttons set their default text styles.
...
Also, have dialog buttons use the accent colour.
Also, generally rationalise some of this stuff to match Material better.
2015-10-08 16:49:57 -07:00
Viktor Lidholt
ecd20b6fa3
Merge pull request #1541 from vlidholt/master
...
Adds support for keeping track of contact points in physics
2015-10-08 16:20:40 -07:00
Viktor Lidholt
333c8f5f10
Updates sprite physics test
2015-10-08 16:13:56 -07:00
Viktor Lidholt
95a0aceaa1
Adds basic support for joints in sprite physics
2015-10-08 16:12:31 -07:00
Hixie
8945e0112f
Changing themes caused crash
...
The root cause was that we crawled the tree to mark anyone who depended
on the updated theme dirty _after_ we crawled it to rebuild it. Thus, if
anyone was already marked dirty when the process started, then got
marked clean by the first (rebuild) walk, then got marked dirty again by
the notification, they'd be clean when they got the notification,
despite already being in the dirty list, which would cause an assertion.
Also IconTheme didn't have an operator==, so it was independently too
aggressive about updates.
2015-10-08 15:21:18 -07:00
Ian Fischer
f4ec459c23
Add support for log commands on iOS.
2015-10-08 15:10:25 -07:00
Hans Muller
10b99137d4
Merge pull request #1549 from HansMuller/dismissable_dispose
...
Defunct DismissableState should not have live animations
2015-10-08 13:56:33 -07:00
Hans Muller
fd8e64c402
Defunct DismissableState should not have live animations
2015-10-08 12:19:06 -07:00
Hixie
4254f5fba8
Drawer test.
2015-10-08 12:17:53 -07:00
Chinmay Garde
6143492e6e
Format trace file names so they are easier to organize
2015-10-08 11:50:51 -07:00
Hans Muller
3cfc9c4d95
Allow Stacks with no children or only poisitioned children
2015-10-08 11:09:41 -07:00