- 02 Feb, 2017 22 commits
-
-
Ian Hickson authored
This allows us, for example, to wait for the slow mode banner to have been removed from the screen before triggering a screen shot.
-
Michael Goderbauer authored
-
Hans Muller authored
-
Ian Hickson authored
Also, tweak Banner a bit so you can set the color and text style. Also, cache the text painter between paints.
-
Ian Hickson authored
-
Chris Bracken authored
By default, pass status bar taps to the root view controller in generated Flutter apps. Developers should customise as necesary if they later create one or more alternate FlutterViewControllers that they'd like to forward these to.
-
Jason Simmons authored
If the tool is started immediately after a previous run of the tool, then the most recent log timestamp may come from the previous run's logs. The new instance of the tool should not print those logs. This was happening during runs of the microbenchmark script.
-
xster authored
- Out of bound days are disabled and untappable - Out of bounds months can't be navigated to
-
Michael Goderbauer authored
With this commit `flutter run --release` and `flutter run --profile` is fully supported on Windows.
-
Luke authored
* fix issue detecting ios-deploy. fix issue matching IntelliJ Ultimate on Mac * refactor directory navigation code
-
Mikkel Nygaard Ravn authored
Added three widgets that interact with Futures and Streams.
-
Adam Barth authored
Fixes #7788
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5066
-
Ian Hickson authored
Add an "s" command to `flutter run` which takes a screenshot. Make that comment turn off the slow mode banner.
-
Ian Hickson authored
-
Michael Goderbauer authored
-
Chris Bracken authored
* Add doctor check for Python 'six' module Required as part of Xcode lldb module. In all likelihood, if we encounter this situation, the developer is using a custom Python install (e.g., via MacPorts or Homebrew).
-
Chinmay Garde authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Chris Bracken authored
ios-deploy -h/--help returns a non-zero exit code.
-
Chris Bracken authored
Ref: https://developer.apple.com/xcode/
-
- 01 Feb, 2017 13 commits
-
-
Chris Bracken authored
-
Adam Barth authored
Instead of using mixins and subclasses, we now use a `ScrollPhysics` delegate to customize the scrolling phyics for Android and iOS. This change will make it easier to customize the scroll position for paging.
-
Michael Goderbauer authored
-
Chris Bracken authored
Also emits the version information in flutter doctor output. ios-deploy > 1.9.0 is required to deploy to iOS devices.
-
Jason Simmons authored
* Return null from VM.mainView if no view exists * Retry in connectToServiceProtocol if a view is not yet available * Do not explicitly call exit from the benchmarks - it will not cleanly shut down the engine
-
Adam Barth authored
The only remaining client of ScrollableGrid (the old version) is Pesto, which needs AppBar integration.
-
Adam Barth authored
SliverFill fills the remaining space in the viewport with each box child. We'll use this sliver as a building block for pageable lists.
-
Adam Barth authored
-
Adam Barth authored
This patch removes unnecessary uses of scrollableKey from tests. Scrollable2 will likely use a different mechanism for identifying itself, so we want to focus on the uses of scrollableKey that will need to be addressed in the new implementation.
-
Adam Barth authored
These functions were previously hidden inside other functions but they are useful enough to expose directly. Specifically, I plan to use these when implementing Scrollable2.ensureVisible.
-
Chris Bracken authored
This avoids Xcode complaining at us about unused xcconfig files (for the time being).
-
Chris Bracken authored
-
Ian Hickson authored
-
- 31 Jan, 2017 5 commits
-
-
Jakob Andersen authored
* Update gradle example to support x86 in debug mode. Changed the Flutter Gradle plugin a bit to better fit in with the Android build. Fixes #6136 Fixes #6864 Fixes #7539
-
Michael Goderbauer authored
-
Chris Bracken authored
-
xster authored
* Print the error message multiple times to avoid overlap with status bar and add paragraph to mock_canvas
-
Adam Barth authored
This update includes the fix for the search box.
-