- 28 Mar, 2016 3 commits
-
-
Adam Barth authored
We can work around these in code rather than by post-processing the analyzer output.
-
Adam Barth authored
Now we run `flutter --version` to update our local cache of packages before running `pub upgrade`, which reads from that cache. Fixes #2953
-
Jason Simmons authored
-
- 26 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Mar, 2016 4 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
This allows the user to build an iOS application bundle from the command line even if no device is attached to the workstation.
-
Devon Carew authored
-
Jason Simmons authored
-
- 24 Mar, 2016 9 commits
-
-
Kris Giesing authored
Fixes #2723
-
Devon Carew authored
-
Jason Simmons authored
Any font asset referenced in the fonts section of flutter.yaml will now be included in the FLX assets. It's no longer necessary to separately list the font in the assets section.
-
Alhaad Gokhale authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Alhaad Gokhale authored
filesystem or not.
-
Alhaad Gokhale authored
Fixes #2113
-
- 23 Mar, 2016 1 commit
-
-
Ian Hickson authored
-
- 22 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 7 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Chinmay Garde authored
-
pq authored
In the spirit of https://github.com/flutter/flutter/issues/1220, remove the tear-off regexp in favor of in-line suppressions (if needed).
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
-
- 18 Mar, 2016 1 commit
-
-
Hixie authored
-
- 17 Mar, 2016 4 commits
-
-
Devon Carew authored
-
John McCutchan authored
-
Devon Carew authored
-
Devon Carew authored
-
- 15 Mar, 2016 2 commits
-
-
Devon Carew authored
-
Yegor Jbanov authored
The new name format is "DEVICE_TYPE_NAME (Flutter)". For example: iPhone 6 (Flutter) iPhone 6s Plus (Flutter) The names are taken from `xcrun simctl list --json devicetypes`. Fixes #2682
-
- 14 Mar, 2016 6 commits
-
-
pq authored
Runs clean on the repo. Moving ahead, we can manage exceptions via `.analysis_options` or specific source-level ignores.
-
Hixie authored
-
Adam Barth authored
Instead, require an AndroidManifest.xml and always build an APK. Fixes #2517
-
Devon Carew authored
-
Ian Hickson authored
-
Devon Carew authored
-
- 12 Mar, 2016 1 commit
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-