- 30 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Feb, 2016 1 commit
-
-
Yegor Jbanov authored
This commit contains: - FlutterDriver API for e2e tests usable in conjunction with package:test - FlutterDriverExtension to be enabled by the application in order to allow an external agent to connect to it and drive user interactions and probe into the element tree - initial implementations of tap, findByValueKey and getText commands (to be expanded in future PRs)
-
- 12 Feb, 2016 3 commits
-
-
Adam Barth authored
This patch again stops Traivs from uploading docs now that the new infra seems to be better at it. This reverts commit 196c881c.
-
Adam Barth authored
This reverts commit 8a458098.
-
Adam Barth authored
We now upload these from Chromium infra.
-
- 14 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 07 Jan, 2016 1 commit
-
-
Seth Ladd authored
-
- 28 Dec, 2015 1 commit
-
-
Ian Hickson authored
This helps people check that all the tests will pass before they send a PR.
-
- 18 Dec, 2015 1 commit
-
-
Eric Seidel authored
I also stopped pushing docs to domokit.org I presume we were doing that to not break old links. @abarth @sethladd
-
- 16 Dec, 2015 2 commits
-
-
Seth Ladd authored
-
Ian Hickson authored
-
- 15 Dec, 2015 5 commits
-
-
Seth Ladd authored
-
Devon Carew authored
Add the -q (quiet) flag to gsutil uploads.
-
Seth Ladd authored
-
Devon Carew authored
gen dartdoc using the flutter styles
-
Adam Barth authored
That site is now live.
-
- 09 Dec, 2015 1 commit
-
-
Eric Seidel authored
I had to add a setLocale method to WidgetTester and split the code in FlutterBinding which handled locale changes to allow me to dispatch a locale change w/o actually changing what the c++ code reports as the locale. Also added the test to Travis. @abarth @jason-simmons
-
- 05 Dec, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
The patch teaches Travis how to update our API docs continuously as we land patches in master.
-
- 03 Dec, 2015 1 commit
-
-
Adam Barth authored
Now you can run tests with and without --flutter-repo with a prebuilt binary on Linux. Fixes #307
-
- 23 Nov, 2015 1 commit
-
-
Adam Barth authored
This patch still requires a locally built engine. I'll remove the need for a locally built engine in a future patch. Fixes #278
-
- 12 Nov, 2015 1 commit
-
-
Hixie authored
Other changes in this patch: - Make the 'flutter' tool say "Updating flutter tool..." when it calls pub get, to avoid confusion about what the pub get output is about. - Make the bash flutter tool call pub get when the revision has changed. (This was already happening on Windows.) - Fix a raft of bugs found by the analyzer. - Fix some style nits in various bits of code that happened to be near things the analyzer noticed. - Remove the logic in "flutter test" that would run "pub get", since upon further reflexion it was determined it didn't work anyway. We'll probably have to add better diagnostics here and say to run the updater script. - Remove the native velocity tracker script, since it was testing code that has since been removed. Notes on ignored warnings: - We ignore warnings in any packages that are not in the Flutter repo or in the author's current directory. - We ignore various irrelevant Strong Mode warnings. We still enable strong mode because even though it's not really relevant to our needs, it does (more or less accidentally) catch a few things that are helpful to us. - We allow CONSTANTS_LIKE_THIS, since we get some of those from other platforms that we are copying for sanity and consistency. - We allow one-member abstract classes since we have a number of them where it's perfectly reasonable. - We unfortunately still ignore warnings in mojom.dart autogenerated files. We should really fix those but that's a separate patch. - We verify the actual source file when we see the 'Name non-constant identifiers using lowerCamelCase.' lint, to allow one-letter variables that use capital letters (e.g. for physics expressions) and to allow multiple-underscore variable names. - We ignore all errors on lines that contain the following magic incantation and a "#" character: // analyzer doesn't like constructor tear-offs - For all remaining errors, if the line contains a comment of the form // analyzer says "..." ...then we ignore any errors that have that "..." string in them.
-
- 11 Nov, 2015 1 commit
-
-
Devon Carew authored
-
- 10 Nov, 2015 1 commit
-
-
Devon Carew authored
-
- 09 Nov, 2015 2 commits
-
-
Ian Hickson authored
-
Adam Barth authored
This document describes the workflow for contributing code to this repository.
-
- 07 Nov, 2015 2 commits
-
-
Adam Barth authored
Rather than using the Flutter unit tests to test FLX, we can just test FLX directly. Also, clean up the dependencies in the pubspec to match the code.
-
Adam Barth authored
-
- 05 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 03 Nov, 2015 1 commit
-
-
Adam Barth authored
-