- 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 8 commits
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Hixie authored
And fix the zillion issues that uncovered.
-
Ian Hickson authored
This reverts commit f41b3411, reversing changes made to e33d8d96. This was a bad check-in due to my mangling uploading a new version of the branch from a different machine. This reverts https://github.com/flutter/flutter/pull/2639 and will be replaced by https://github.com/flutter/flutter/pull/2640
-
Hixie authored
And fix the zillion issues that uncovered.
-
- 11 Mar, 2016 11 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
pq authored
More groundwork to get `analyze` and IDE output to agree. See: https://github.com/dart-lang/sdk/issues/25723
-
Hixie authored
Test that flutter analyze catches no error if two imported libraries have the same name. Also, make tests know how to find the flutter root and fix style in one test to be consistent with the rest of the file.
-
Jason Simmons authored
-
pq authored
-
Devon Carew authored
-
Devon Carew authored
-
pq authored
Removing some special-casing in pursuit of aligning `flutter analyze` output with that provided by server/IDEs. Specifically: * strong-hints (stale, no longer supported) * "analyzer says" comment handling in favor of `//ignore`s * `conflictingNamePattern` --- no longer needed Next up some of the error filter regexps...
-
John McCutchan authored
-
Ian Hickson authored
Well, all the easy ones, anyway. For some reason `// ignore:` isn't working for me so I've disabled lints that need that. Also disabled those that require a ton of work (which I'm doing, but not in this PR, to keep it reviewable). This adds: - avoid_init_to_null - library_names - package_api_docs - package_names - package_prefixed_library_names - prefer_is_not_empty - sort_constructors_first - sort_unnamed_constructors_first - unnecessary_getters_setters
-
- 10 Mar, 2016 9 commits
-
-
Eric Seidel authored
-
Devon Carew authored
-
Devon Carew authored
-
Yegor Jbanov authored
Build bots only have 7.0.
-
John McCutchan authored
-
Yegor Jbanov authored
-
Eric Seidel authored
Previously we were ignoring the return code and continuing. @devoncarew
-
Hixie authored
And fix a zillion omissions this uncovered.
-
Hixie authored
Also, resolve our package conflict, since reflectable has been fixed.
-