- 02 Feb, 2017 15 commits
-
-
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 12 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.
-
Ian Hickson authored
-
Ian Hickson authored
It was causing the flakiness because it was too short. The default timeout is better.
-
Ian Hickson authored
These tests would fail sometimes when run locally. Since they happen to also be the ones that are flaky on bots, maybe there's some relationship, even though the failure mode on bots is different. In any case, this removes a variable.
-
Ian Hickson authored
-
Ian Hickson authored
-
Jason Simmons authored
-
Adam Barth authored
This patch adds grid supports to slivers and introduces a ScrollGrid convenience class for making the common types of scrollable grids. This patch also deploys ScrollGrid in an example in the Flutter Gallery.
-