- 10 Jul, 2018 1 commit
-
-
Leaf Petersen authored
* Fix use of Future<void> as a Future<bool>
-
- 09 Jul, 2018 3 commits
-
-
Gary Miguel authored
This will let us re-use that code from fuchsia_tester.dart. Tested by running the stocks example tests with coverage collection before and after. .lcov files are identical.
-
Devon Carew authored
* adjust declared types to work with dart 2 typing at runtime * review comments * update packages/flutter_tools/lib/src/ios/simulators.dart
-
Sigurd Meldgaard authored
* Fix path of ios module template files * Fix more paths
-
- 06 Jul, 2018 1 commit
-
-
abykov2 authored
* Adding a setup function for hot restart that can be overwritten to perform any necessary initialization before a restart is started. * Adding a test for setupHotRestart * Removing local pubspec change * Fixing some type annotation errors * Responding to comments
-
- 04 Jul, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 03 Jul, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Danny Tuppeny authored
Fixes #18995.
-
- 01 Jul, 2018 1 commit
-
-
Mark Fielbig authored
-
- 29 Jun, 2018 2 commits
-
-
sjindel-google authored
Fixes #18829
-
Danny Tuppeny authored
Otherwise on Windows these will fail as an unsupported platform when things try to read defaultTargetPlatform in flutter apps.
-
- 28 Jun, 2018 9 commits
-
-
Alexander Aprelev authored
-
Danny Tuppeny authored
* Remove the 'app' domain from flutter daemon By default the daemon won't register the "app" domain, you need to opt-in (which the 'run' command does, as well as the tests for the app functionality). Fixes #6658. * Tweak text * Put restart/callServiceExtension/stop back into daemon mode * Add a comment about removing discoverApps
-
Danny Tuppeny authored
* Fix typo * Add emulator.create to Daemon API * Swap order of daemon changelog entries
-
Sigurd Meldgaard authored
Add iOS module template This will enable integration of flutter-views into existing iOS project.
-
-
Sigurd Meldgaard authored
This reverts commit 8be198d8 that broke the build.
-
Sigurd Meldgaard authored
Add iOS module template This will enable integration of flutter-views into existing iOS project.
-
Danny Tuppeny authored
* Add --create option to flutter emulators * Tweaks to error message * Simplify emulator search logic * Make name optional * Add a note about this option being used with --create * Tweaks to help information * Switch to processManager for easier testing * Don't crash on missing files or missing properties in Android Emulator * Move name suffixing into emulator manager This allows it to be tested in the EmulatorManager tests and also used by daemon later if desired. * Pass the context's android SDK through so it can be mocked by tests * Misc fixes * Add tests around emulator creation Process calls are mocked to avoid needing a real SDK (and to be fast). Full integration tests may be useful, but may require ensuring all build environments etc. are set up correctly. * Simplify avdManagerPath Previous changes were to emulatorPath! * Fix lint errors * Fix incorrect file exgtension for Windows * Fix an issue where no system images would crash reduce throws on an empty collection. * Fix "null" appearing in error messages The name we attempted to use will now always be returned, even in the case of failure. * Add additional info to missing-system-image failure message On Windows after installing Andriod Studio I didn't have any of these and got this message. Installing with sdkmanager fixed the issue. * Fix thrown errors runResult had a toString() but we moved to ProcessResult when switching to ProcessManager to this ended up throwing "Instance of ProcessResult". * Fix package import * Fix more package imports * Move mock implementation into Mock class There seemed to be issues using Lists in args with Mockito that I couldn't figure out (docs say to use typed() but I couldn't make this compile with these lists still).. * Rename method that's ambigious now we have create * Handle where there's no avd path * Add another toList() :( * Remove comment that was rewritten * Fix forbidden import * Make optional arg more obviously optional * Reformat doc * Note that we create a pixel device in help text * Make this a named arg
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/18007
-
- 27 Jun, 2018 3 commits
-
-
Ian Hickson authored
This is an attempt to reland #18488 with less breakage on macOS.
-
Alexander Aprelev authored
This also improves diagnostic in case of internal compiler errors.
-
Danny Tuppeny authored
* Improve update checking This change emables pinging the server to check for updates regardless of whether the local version is "out of date". The server code already has a 7-day cache so the result is that we can now ping the server once every 7 days instead of waiting for the local install to be 4 weeks out of date before pinging. The original 4 week period is still used for when we'll start warning the user they're out of date if we could not confirm with the server whether there's a new version. * Improve message when we know there's a new version available * Fix bnullable bool checks * Switch nullable bool to enum * Fix casing of enum values * Remove stale comment The names are now descriptive so doesn't need additional explanation. * Improve name of function * Remove note: * Rename kPauseToLetUserReadTheMessage -> timeToPauseToLetUserReadTheMessage * Change kVersionAgeConsideredUpToDate to 5 weeks from 4 * Inline the isNewerFrameworkVersionAvailable check * Fix indenting (?) * Fix more indenting * Rename function to be clearer it's getting the commit date * Formating tweaks * Update stamp when connection failed, and reduce time before we'll try again Previously we would hit the server on every command if we thought we might be out of date and we never successfully connected (eg. if you're offline). This makes the stamp update even when there's a conneciton failure so that this won't happen, but reduces the time till we check again from 7 days to 3 days to compensate a little in case it was a one-off. https://github.com/flutter/flutter/pull/18193#issuecomment-399222269 * Fix comment * Don't perform update checks if not on an official channel
-
- 25 Jun, 2018 3 commits
-
-
Alexander Aprelev authored
Fixes https://github.com/flutter/flutter/issues/18200.
-
Florian Loitsch authored
Add `flutter attach` command. This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
-
Sarah Zakarias authored
-
- 22 Jun, 2018 3 commits
-
-
David Shuckerow authored
* Revert changes to core SDK members that haven't been propagated to the g3 Dart SDK yet. * Respond to comments. * Remove retype * Temporarily un-remove VMService.retype to unblock g3 roll * Checkout back to master, we need fewer changes to reach compat with dev.61 than dev.60
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
* Suppress stdout compile diagnostic when compile expressions. This fixes https://github.com/flutter/flutter/issues/18574. * Use equal sign for default values
-
- 21 Jun, 2018 2 commits
-
-
Sam Rawlins authored
* Bump mockito to 3.0.0-beta * Few fixes * fix test * Bump image * Fix * New packages update * With matcher pinned * No more typed
-
Alexander Aprelev authored
* Serialize compilation requests.
-
- 20 Jun, 2018 4 commits
-
-
Yegor authored
-
Alexander Aprelev authored
* Roll to 549c855e89341b97436b3417542fc8f997492df7 * Clean up return void - see https://github.com/dart-lang/sdk/issues/33218
-
Florian Loitsch authored
-
Ian Hickson authored
The new matcher package deprecates isInstanceOf which seems eggregious.
-
- 19 Jun, 2018 1 commit
-
-
Greg Spencer authored
-
- 18 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
Seems like VS Code may have started using lowercase extension folders recently (our identifier is `Dart-Code.flutter` but now the folder is named `dart-code.flutter`), so this makes the check not sensitive to casing. Also reuse extension identifier for download link
-
- 15 Jun, 2018 3 commits
-
-
Ian Hickson authored
This reverts commit 77508722.
-
Ian Hickson authored
-
Stanislav Baranov authored
Add flutter tool support for creating app-specific VM snapshots.
-