- 11 Apr, 2017 2 commits
-
-
Devon Carew authored
-
xster authored
Rename State.config to State.widget Rename State.didUpdateConfig to State.didUpdateWidget Renamed all State subclasses' local variables named config to something else
-
- 10 Apr, 2017 6 commits
-
-
Yegor authored
-
Yegor authored
* do not warn about out-of-date Flutter installation too often * style fix
-
Yegor authored
-
Jakob Andersen authored
Added a PluginRegistry to the new project template. The registry files will be automatically updated at build time to register the native plugins. Fixes #7814.
-
xster authored
-
xster authored
* Wiring fullscreen dialog * Make fullscreen dialog use the new API. Add tests * Review notes * Move field back up * final
-
- 09 Apr, 2017 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
- 08 Apr, 2017 11 commits
-
-
Kyle Bradshaw authored
Came across "can ve" while experimenting with Forms using VSCode and Dart Code. Glanced over the rest of the docs for typos while I was at it.
-
Ian Hickson authored
Also, add a specific message for BuildContext.size for RenderSlivers.
-
Dariusz Baciński authored
* generate_from_arb has been moved to intl_translantion library * fixed typo * added missing intl dependency * Regenerated language files with latest intl script * Added version to intl_translations * added isolate min version constraint
-
Alexandre Ardhuin authored
* upgrade to linter-0.1.30 * add prefer_is_empty lint * add directives_ordering lint * add no_adjacent_strings_in_list lint * add no_duplicate_case_values lint * add prefer_collection_literals lint * add prefer_const_constructors lint * add prefer_contains lint * add prefer_initializing_formals lint * add unnecessary_null_aware_assignments lint * add unnecessary_null_in_if_null_operators lint
-
Yegor authored
* fix checkLockAcquired: support re-entrant locking * add test; address comments * add comment
-
xster authored
-
Ian Hickson authored
The stocks routing table is a clearer example of how to do this. People know to look at the gallery, but don't think to look at the stocks version. This points them from the former to the latter.
-
Seth Ladd authored
-
Ian Hickson authored
-
Ian Hickson authored
Nobody knew what a Block was.
-
Adam Barth authored
Now the scale gesture will accept if its focal point moves more than the pan slop. This change lets it compete with a drag gesture (e.g., a containing scrol view) in the same way that the pan gesture does. Fixes #8735
-
- 07 Apr, 2017 9 commits
-
-
Jason Simmons authored
Gradle APK builds include engine binaries for all applicable architectures
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6849
-
Alexandre Ardhuin authored
-
Ian Hickson authored
Aggressively apply the const lint.
-
Ian Hickson authored
-
Ian Hickson authored
-
Chris Bracken authored
enterText() now includes a call to idle().
-
Chris Bracken authored
Fixes a bug where tapping in the text under edit moved the cursor but did not push the updated selection to the engine. Adds a test for caret position updates.
-
Phil Quitslund authored
Pulls in latest 1.23. cherry picks, including @abarth’s fix to restrict `@immutable` checks to instance fields.
-
- 06 Apr, 2017 10 commits
-
-
Ian Hickson authored
-
Yegor authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9259
-
Jason Simmons authored
-
Adam Barth authored
Fixes #9246
-
Ryan Macnak authored
Support for placing an AOT dylib in the flx. Part of Fuchsia AOT support.
-
Yegor authored
-
David Yang authored
* Allowing overrides to the activeOpacity of the button * adding tests * fix * fixing animation * fixes * moar fixes
-
Ian Hickson authored
Still many more to go.
-
Adam Barth authored
Fixes #7519
-