- 23 Mar, 2018 1 commit
-
-
Andrew Davies authored
Adds a package that will support connecting to and debugging devices with multiple instances of the Dart VM, and operate on multiple Isolates and Flutter Views. Currently supports connecting to all existing Dart VMs and extracting information about all Flutter Views running across each VM.
-
- 22 Mar, 2018 14 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
This is not a grand refactor yet, it's just cleaning up what we have already, so that people who keep using this API (e.g. dialogs) have something coherent to deal with. The major changes are that Navigator and NavigatorState have the same API now, that most of the examples use `<void>` instead of `<Null>`, that the navigator observer can see replaces, and that the `settings` is moved from ModalRoute to Route. I also cleaned up some of the API documentation.
-
Hans Muller authored
-
Greg Spencer authored
-
Jonah Williams authored
* use HttpOverrides and dart:io HttpClient in flutter * add missing package:http dependency * update flutter packages and remove comment about createHttpClient from flutter_test * move byte loading logic to common class, move string parsing logic to base class * addAll doesn't work for a Uint8List * use bytes.setRange * undo addition to hello_world * add newline to end of binding.dart * and a newline for hello world * refactor to function and add tests * address comments on unknown length case * alignment * sort alaphabetically * rename convertResponse to consolidateClientHttpClientResponseBytes. Add header * fix alignment in test
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
-
Greg Spencer authored
This updates the visual look of the Chip class, so that it scales properly in the face of text scale (and label widget size) changes, and bases its height off of the label widget's height, constraining the other widgets it contains to be the same height. To do this properly, I had to implement a custom render object that will measure the height of the label, so the guts of this class are basically rewritten. In addition, to allow the circle avatar to increase in size when the chip does, I added minRadius and maxRadius arguments to it, and I updated its color handling to use the light/dark primary colors of the theme in a smart way instead of just using black and white. Updated and added tests.
-
xster authored
-
Greg Spencer authored
-
Ian Hickson authored
-
xster authored
* Gallery scaffolding * Started RenderSliver * demo and initial hookup * Cleaned up demo more and scaffolding basic sliver->widget communication structure. * works * states and default indicator building works * start adding docs * added an alignment setting optimized the sliver relayout mechanism * tested a default bottom aligned sized indicator * Added a bunch of tests * more fixes and more tests * Finished the tests * Add docs * Add more doc diffing wrt material pull to refresh * Mention nav bar synergy * add more asserts * review 1 * Fix mockito 2 / dart 2 / strong typed tests * review * Remove the vscode config * review
-
xster authored
* Add more docs and examples for implementers of RenderSliver * add more typical scenarios to describe scrollOffset * review * tweak a word
-
- 21 Mar, 2018 8 commits
-
-
Keenan authored
Also adds test for interpolating gradient stops.
-
Hans Muller authored
-
xster authored
-
Alexander Aprelev authored
-
Jason Simmons authored
-
Alexandre Ardhuin authored
-
Jonah Williams authored
* pass shadowColor param to SceneBuilder * add doc comment and diagnostic node for shadowColor * Add missing shadowColor param
-
Jonah Williams authored
* traverse dependencies and dev dependencies separately * separate dev and reg deps * update pubspecs * add checksum string and update transitive dep string. Add additional verify command to check checksum * cleanup comments * add missing space, quote, run verify-onlu from bot script * rerun tool with fixed string * ensure correct working directory and bump versions * flutter not flutterRoot
-
- 20 Mar, 2018 14 commits
-
-
Mikkel Nygaard Ravn authored
-
Hans Muller authored
-
Jacob Richman authored
-
Sturov Fedor authored
-
Vyacheslav Egorov authored
* Report an error if compilation times out instead of waiting forever. * Remove braces
-
Siva authored
* roll engine version to 6280adbfb1f9f63cdc6179b9b78634add1e4f2e3 * Correctly handle previewDart : false setting in AnalysisServer and AnalyzeOnce classes.
-
Greg Spencer authored
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
* Support password fields for a11y * rename to obscured * Roll engine to c3ab0c9143029f0267a05b99effbfbd280a4901b
-
Vilk authored
Add another rel device to isLocalEmulator to make working flutter run --release
-
xster authored
-
Jonah Williams authored
* rotate expansion icon fully if initial state expanded = true * add test case for initially expanded * remove unused import * Update expand_icon_test.dart add linebreak * import dart:math as math
-
xster authored
-
- 19 Mar, 2018 3 commits
-
-
xster authored
* Add a way to generically go back on both Material and Cupertino scaffold pages * review * lint * review * Fix text assert text
-
Ian Hickson authored
-
Ian Hickson authored
-