- 02 Jun, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 8adaea90.
-
Jenn Magder authored
-
- 29 May, 2020 1 commit
-
-
Tianguang authored
* Run `flutter update-packages --force-upgrade`. * Update test to 1.14.5.
-
- 19 May, 2020 1 commit
-
-
stuartmorgan authored
Co-authored-by: Jenn Magder <magder@google.com>
-
- 16 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 13 May, 2020 1 commit
-
-
Anna Gringauze authored
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Apr, 2020 1 commit
-
-
Dan Field authored
-
- 22 Apr, 2020 2 commits
-
-
Kate Lovett authored
-
Jonah Williams authored
-
- 16 Apr, 2020 1 commit
-
-
Michael Thomsen authored
-
- 15 Apr, 2020 2 commits
-
-
Jacob MacDonald authored
## Description Removes the `flutter_test` dependency on `quiver`, instead using the more targeted `clock` and `fake_async` packages. ## Related Issues https://github.com/flutter/flutter/issues/53908 ## Tests No changes to tests ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I signed the [CLA]. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. - [x] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR. - [x] I am willing to follow-up on review comments in a timely manner. ## Breaking Change Did any tests fail when you ran them? Please read [Handling breaking changes]. - [ ] No, no existing tests failed, so this is *not* a breaking change. - [x] Yes, this is a breaking change. *If not, delete the remainder of this section.* - [x] I wrote a design doc: https://docs.google.com/document/d/1EkkLbECNBwHgddBQAZqEy7iQLTIxR1rgChKzxcLwhio/edit - [x] I got input from the developer relations team, specifically from: @RedBrogdon - [x] I wrote a migration guide: https://github.com/flutter/website/pull/3932 <!-- Links --> [issue database]: https://github.com/flutter/flutter/issues [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Test Coverage]: https://github.com/flutter/flutter/wiki/Test-coverage-for-package%3Aflutter [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
-
tauu authored
Co-authored-by: Georg Wechslberger <wechslbe@ma.tum.de>
-
- 14 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Apr, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 09 Apr, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 08 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Apr, 2020 2 commits
-
-
Michael Thomsen authored
-
Konstantin Scheglov authored
-
- 06 Apr, 2020 1 commit
-
-
stuartmorgan authored
This moves the app template more toward being a more generic starting point for any Flutter application, eliminating some hard-code assumptions about there being a single window/engine pair that is directly bound to the life of the application: - Moves the runloop into its own class, making it capable of servicing any number of engine instances. - Moves the logic for setting up a window containing only a Flutter view into a window subclass for ease of re-use. - Makes quit-on-window-close an optional property. (Long term this should be even more generic, like a quit-when-last-window-closes option, but this is a short-term improvement that removes the binding between the runloop and the window). - Allows for multiple instances of Win32Window to exist without issues relating to the window class registration. Since there are getting to be a non-trivial number of files associated with the runner, this moves the source into a runner/ directory, as is already done on some other platforms. Note that creating multiple Flutter windows at the same time still doesn't work correctly even with this change, but this addresses some of the known issues, and makes it easier to test in the future (e.g., for debugging engine-level issues with multiple instances). Fixes #45397
-
- 30 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 24 Mar, 2020 1 commit
-
-
Jonah Williams authored
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
-
- 18 Mar, 2020 2 commits
-
-
Jonah Williams authored
This is necessary to ensure the tests can run in google3. Fixes https://b.corp.google.com/issues/151657461
-
Jonah Williams authored
Update to latest dwds APIs, moving back to dwds driven hot restart and enabling future work on expression evaluation.
-
- 16 Mar, 2020 1 commit
-
-
Michael Thomsen authored
Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
-
- 11 Mar, 2020 1 commit
-
-
Chris Yang authored
-
- 10 Mar, 2020 1 commit
-
-
Ben Konyi authored
-
- 06 Mar, 2020 1 commit
-
-
Greg Spencer authored
Remove a target platform override that is no longer needed (I missed this in #51519).
-
- 04 Mar, 2020 1 commit
-
-
Ben Konyi authored
This is required to roll forward package:vm_service to 3.0.0 and is blocking a DevTools release.
-
- 03 Mar, 2020 2 commits
-
-
Jenn Magder authored
* Move embedding and linking Flutter frameworks into the tool * Unused import * Migrate * Rename run, add comments, remove typedef * Add status log to tell the user what we did * Remove Podfile migration, create IOSMigration superclass * word-smiting Co-Authored-By: Jonah Williams <jonahwilliams@google.com> * for space Co-Authored-By: Jonah Williams <jonahwilliams@google.com> Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Update Android activities because plugin registration is now done by FlutterActivity.configureFlutterEngine (#50841)
-
- 24 Feb, 2020 2 commits
-
-
Jonah Williams authored
-
Nurhan Turgut authored
* smoke test for web * fix comments and remove logs * addressing reviewer comments * fix analyzer issue * running the test on cirrus * cirrus yaml syntax error * pub get for web_drivers * go to the examples directory before running the flutter app * cirrus is not able to find chromedriver. add a sleep to see if timing is the issue. * run chrome driver in the background * After PR #51084, flutter drive command can build and run a web app. Clean flutter run command from cirrus.yml * enable web
-
- 20 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Feb, 2020 3 commits
-
-
Sunbreak authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 15 Feb, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit d3387bc9.
-
Jonah Williams authored
-