Commit Graph

18842 Commits

Author SHA1 Message Date
Darren Austin
c5f8edd9ee Material Date Picker code restructure (#70708)
Date Picker restructuring. Moved files out of 'pickers' and merged several of the non-public implementation files into date_picker.dart.
2020-11-20 15:20:09 -08:00
Ian Hickson
d4b871e1a7 Minor documentation fixes (#70501) 2020-11-20 14:28:03 -08:00
Jonah Williams
613a959878 only use code single path for verification of target file existence (#70962) 2020-11-20 14:17:11 -08:00
Chris Yang
ffe5197e19 refactor (#70959) 2020-11-20 13:13:04 -08:00
Emmanuel Garcia
8e73bab94c Migrate template to Gradle 6.7 and AGP 4.1.0 (#70808) 2020-11-20 13:05:35 -08:00
Jonah Williams
c07661cbc5 [flutter_tools] share bootstrap module between run and test (#70903) 2020-11-20 12:11:24 -08:00
Jonah Williams
1efb36035e [flutter_tools] display message for current null safety mode (#70718) 2020-11-20 11:53:02 -08:00
Chris Yang
4e88f6a103 flutter_tools: refactor CreateCommand. (#70874) 2020-11-20 10:58:03 -08:00
Jenn Magder
c2d1203f26 Remove deprecated 'flutter build aot' (#70898) 2020-11-20 10:46:12 -08:00
J-P Nurmi
e51183763b [flutter_tools] deploy version.json asset on Linux (#69920) 2020-11-20 10:23:04 -08:00
Per Classon
a9b4c1454b [Material] Decoration for DataTable is not used inside PaginatedDataTable (#70603) 2020-11-20 09:13:05 -08:00
Greg Spencer
de884f1afe Remove the nullOk parameter from Navigator.of and add Navigator.maybeOf (#70726)
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
2020-11-20 09:10:46 -08:00
Anurag Roy
05dadb0120 [flutter_tools] Make flutter upgrade --verify-only display framework version differences instead of commit hashes (#69420) 2020-11-19 18:03:05 -08:00
Kate Lovett
f4a0511e8b Re-land 'Default Keyboard ScrollActions with PrimaryScrollController' (#70893) 2020-11-19 17:48:04 -08:00
Jonah Williams
a76289bb1b [flutter_tools] run web unit tests in sound null safety (#70799) 2020-11-19 16:49:05 -08:00
Pierre-Louis
598627cd3b Fix typo (#70834) 2020-11-19 16:43:09 -08:00
Juyeong Lee
5819aef435 Update FlexibleSpaceBar dartpad sample (#70382) 2020-11-19 16:43:04 -08:00
Yegor
535a4ac3ab Clean-up docs for the --web-renderer option (#70880) 2020-11-19 16:41:09 -08:00
Jonah Williams
7086a2f43b Revert "[flutter_tools] wire up alternative invalidation strategy to features (#70865)" (#70884)
This reverts commit ef4741540b.
2020-11-19 14:01:39 -08:00
Jenn Magder
37f4f1f281 Detect ARM ffi CocoaPods error, suggest gem install (#70801) 2020-11-19 13:17:57 -08:00
Jonah Williams
ef4741540b [flutter_tools] wire up alternative invalidation strategy to features (#70865) 2020-11-19 13:13:51 -08:00
Jonah Williams
4832e64cad [flutter_tools] remove globals from flutter web platform (#70863) 2020-11-19 13:06:30 -08:00
Jonah Williams
085ff127ae [flutter_tools] skip ck restart on all platforms (#70853) 2020-11-19 12:24:22 -08:00
Chinmoy
d2f06f6f05 Added enableFeedback property PopupMenuButton (#69890) 2020-11-19 10:13:05 -08:00
Dan Field
3a2ebb5ccd remove ephemeral files (#70818) 2020-11-19 10:03:09 -08:00
Jason Simmons
93fbaf157c Fix type cast null safety in MethodChannel._invokeMethod (#70809) 2020-11-19 07:33:04 -08:00
Jonah Williams
c6290500f8 [flutter_tools] update dependencies (#70797) 2020-11-18 17:29:28 -08:00
Jonah Williams
f8940709b2 [flutter_tools] refactor shared memory filesystem logic (#70795) 2020-11-18 17:29:13 -08:00
Jonah Williams
42c9c22553 Revert "Stop extra framework copy during build ios-framework (#70790)" (#70802)
This reverts commit a9a35d10a4.
2020-11-18 17:05:33 -08:00
Jenn Magder
a9a35d10a4 Stop extra framework copy during build ios-framework (#70790) 2020-11-18 15:00:28 -08:00
Jonah Williams
cfb63356c3 [flutter_tools] use frontend_server for web test compilation (#70714) 2020-11-18 14:55:26 -08:00
Jonah Williams
f4e79e6828 [flutter_tools] add support for dart defines to flutter test (#70791) 2020-11-18 14:52:49 -08:00
Jenn Magder
e26c7f98ff Force regeneration of old Podfile (#70735) 2020-11-18 13:33:04 -08:00
Chinmoy
830bdfa301 added none property in a DismissDirection (#68987) 2020-11-18 13:28:03 -08:00
nero
af616a0bca [Tabs] Fix tab indicator flies off issue (#65463) 2020-11-18 10:13:04 -08:00
stuartmorgan
be4cc764de Clean up Windows plugin template (#70403)
Removes a comment that is left over from early iterations of the
template.
2020-11-18 10:01:53 -08:00
Pierre-Louis
2f17d4e017 Adaptive icons (#69119)
* refactor update_icons

* fix trailing space

* address feedback

* add platform adaptive icons

* fix merge conflict

* Update dartdoc

* Address feedback

* Specify types

* Add tests

* fix indentation

* Remove trailing space

* Remove isCupertino static bool
2020-11-18 16:04:38 +01:00
Dan Field
be2e7bb1c0 Revert "Revert "Allow any iOS app to be added to an existing host app (#70647)" (#70739)" (#70740)
This reverts commit aab9a76ee4.
2020-11-17 22:19:50 -08:00
Dan Field
aab9a76ee4 Revert "Allow any iOS app to be added to an existing host app (#70647)" (#70739)
This reverts commit abdd65fc29.
2020-11-17 21:40:28 -08:00
Jenn Magder
abdd65fc29 Allow any iOS app to be added to an existing host app (#70647) 2020-11-17 18:53:03 -08:00
Shi-Hao Hong
94ca7b4ad2 [gen-l10n] NNBD generated code (#70415)
* NNBD gen-l10n generated code
2020-11-18 10:14:38 +08:00
xubaolin
d8167b90e2 Deprecated unused property [RectangularSliderTrackShape.disabledThumbGapWidth] (#65246) 2020-11-17 16:18:34 -08:00
MH Johnson
5df335ad0e [Material] Add method to get dark mode overlay color without needing BuildContext (#70669) 2020-11-17 16:13:03 -08:00
Yash Johri
178b4b8320 Updated tests in material/bottom_navigation_bar_test.dart (#66670) 2020-11-17 16:08:03 -08:00
Ben Konyi
4cbafda853 Roll package:dds to 1.5.1 and add isCompleted guards around completers in base/dds.dart (#70712) 2020-11-17 16:03:18 -08:00
Ben Konyi
f6bedddd9f Support legacy behavior for --host-vmservice-port and --observatory-port with DDS (#70336)
Implements the following:
  - If both --host-vmservice-port and --dds-port are specified, use the current behavior
  - If only --host-vmservice-port is specified and dds is enabled, use that for the dds port
  - If only --dds-port is specified, use that for the dds port

Fixes https://github.com/flutter/flutter/issues/70332
2020-11-17 16:03:02 -08:00
Jonah Williams
fa41afa82e [flutter_tools] reduce build bundle API (#70514) 2020-11-17 11:55:20 -08:00
Jonah Williams
8d15fa3936 [flutter_tools] remove unused/deprecated asset flags (#70509) 2020-11-17 11:02:14 -08:00
Aneesh Rao
93828d35ac AdoptAWidget - Progress indicator (#69498)
* Add examples for LinearProgressIndicator

* Add examples for CircularProgressIndicator

* Change name Linear  -> Circular

* Remove unnecessary changes

* Add images to docs

* Fix semi-colon bugs

* Fix trailing spaces

* Fix more semicolon bugs

* Remove imports in docs

* Remove error causing line breaks

* Add ticker providers

* Add more ticker providers

* Remove assets and combine samples

* Removed 6 samples

* Remove unnecessary animation

Co-authored-by: John Ryan <ryjohn@google.com>

* Remove unnecessary animation

Co-authored-by: John Ryan <ryjohn@google.com>

* Use material theme

Co-authored-by: John Ryan <ryjohn@google.com>

* Apply suggestions from code review

Co-authored-by: John Ryan <ryjohn@google.com>
2020-11-17 10:42:59 -08:00
Jenn Magder
2529e358b6 Move Flutter.framework to build directory instead of ios/Flutter (#70224) 2020-11-17 10:09:29 -08:00