Darren Austin
f396e289d5
Migrate Chips to Material 3 ( #107166 )
2022-07-06 13:32:44 -07:00
Qun Cheng
16bbef188f
Migrate IconButton
to Material 3 - Part 2 ( #106437 )
2022-07-06 18:14:07 +00:00
Christopher Fujino
19ac08dcd7
manual pub package roll; remove test_api pin, unblock bumping dwds ( #106887 )
2022-07-06 17:28:07 +00:00
Tong Mu
9970481b7a
[gen_keycodes] Mark generated file names with infix .g.
( #106142 )
2022-06-30 00:08:08 +00:00
Alexandre Ardhuin
bbdf617034
Export public API types from services/*.dart library ( #106316 )
2022-06-28 20:26:06 +00:00
Tong Mu
0ac05f1c5c
[Keyboard, Web] Map from "Esc" to the Escape key ( #106133 )
...
* Impl
* Fix build
* Add test
2022-06-21 13:27:12 -07:00
Viren Khatri
672859a0cb
feat: add icon to AlertDialog ( #104920 )
2022-06-20 10:29:06 -07:00
Jonah Williams
1572773729
Update package:archive and pin test_api ( #106157 )
2022-06-16 21:23:08 -07:00
Tong Mu
ddeb0b99c5
[gen_keycodes] Remove invalid Web code maps ( #106074 )
...
* Impl
* Test
2022-06-16 13:53:23 -07:00
Tong Mu
96813e9369
[gen_keycodes] Clarify the README that the code scheme also applies to physical keys ( #106078 )
...
* Impl
* Revert some changes
* More doc changes
* Remove legacy code
2022-06-16 13:52:19 -07:00
Darren Austin
e6d525d51d
Updated tokens to v0.101. ( #105923 )
2022-06-14 23:06:30 -07:00
Pierre-Louis
1d53378bec
reland #105109 ( #105588 )
2022-06-14 23:39:30 +02:00
Darren Austin
1ed50b219b
Updated tokens to v0.99. ( #105545 )
2022-06-07 16:12:28 -07:00
Qun Cheng
66a84d1fed
Migrate IconButton
to Material 3 - Part 1 ( #105176 )
...
* Added standard IconButton for M3 with new ButtonStyle field
* Added IconButton examples for standard, filled, filled_tonal, and outlined types
Co-authored-by: Qun Cheng <quncheng@google.com>
2022-06-07 12:39:22 -07:00
Elliott Brooks (she/her)
67a18250b1
Update packages with update-packages
( #105325 )
2022-06-06 10:49:39 -07:00
Pierre-Louis
c4a6ab1626
Revert "Add actionsPadding
to dialog theme ( #105109 )" ( #105293 )
...
This reverts commit 5d10cf550f
.
2022-06-03 09:38:01 +02:00
Danny Tuppeny
c5b5abe1d2
Update dependencies with 'flutter update-packages --force-upgrade' ( #105009 )
2022-06-01 11:33:11 -07:00
Pierre-Louis
5d10cf550f
Add actionsPadding
to dialog theme ( #105109 )
...
* add actionsPadding to dialog theme and refactor
* fix typo
* remove trailing spaces
2022-06-01 15:52:18 +02:00
Viren Khatri
793e2efe91
Use curly_braces_in_flow_control_structures for gen_defaults ( #104921 )
2022-05-30 08:40:17 +02:00
Darren Austin
c27a1a70f3
Update material_color_utilities
dependency to 0.1.5. ( #104771 )
2022-05-27 11:18:12 -07:00
Anna Gringauze
5cd979e441
Retry getting tabs in chrome launcher on ConnectionException ( #104218 )
2022-05-26 15:20:11 -07:00
Darren Austin
b08b88ce6c
Add support for Material 3 medium and large top app bars. ( #103962 )
...
* Add support for M3 AppBar 'Medium' and 'Large' types.
* Updates from review feedback.
* Updated from review feedback.
2022-05-20 14:02:25 -07:00
Tong Mu
a92f0ef14f
[Keyboard, Android] Generate keyboard codes ( #104032 )
2022-05-19 18:38:06 -07:00
Darren Austin
17e2fce1cf
Add const MaterialStatePropertyAll
class. ( #104127 )
2022-05-19 09:35:33 -07:00
Chris Bracken
27c6cdb416
Roll dependendencies ( #103771 )
...
Roll dependendencies
This rolls depdendencies to latest using
flutter update-packages --force-upgrade
This change includes three code changes:
* Removes charcode from the dependencies allowlist since it no longer
appears in the transitive closure of dependencies of the flutter,
flutter_test, flutter_driver, flutter_localizations, and
integration_test packages.
* Uses Resolver.create instead of the deprecated Resolver constructor.
The default Resolver constructor has been deprecated in favour of the
static Resolver.create() factory function, which unfortunately happens
to be async. Propagated the async-ness up the chain.
This change was partially reverted and the deprecation ignored in this
patch until package:coverage can be rolled internally at Google.
* Eliminates the use of the deprecated packagesPath parameter to
HitMap.parseJson. This parameter was deprecated and replaced with
packagePath in https://github.com/dart-lang/coverage/pull/370 which
was part of the overall deprecation of the .packages file in Dart
itself https://github.com/dart-lang/sdk/issues/48272 . The overall goal
being that end-user code shouldn't need to know about implementation
details such as whether dependency information is stored in a
.packages file or a package_info.json file, but rather use the
package_config package to obtain the package metadata and perform
other functions such as resolving its dependencies to filesystem
paths. packagesPath was replaced by packagePath, which takes the path
to the package directory itself. Internally, package:coverage then
uses package_config to do the rest of the package/script URI
resolution to filesystem paths.
This change was partially reverted and the deprecation ignored in this
patch until package:coverage can be rolled internally at Google.
This is a pre-update prior to updating flutter_template_images in
https://github.com/flutter/flutter/pull/103739
Issue: https://github.com/flutter/flutter/issues/103371
Issue: https://github.com/flutter/flutter/issues/103775
Issue: https://github.com/flutter/flutter/issues/103830
When re-applying the partially-reverted changes to code coverage,
we'll need to patch host_entrypoint.dart internally to await the Future
that we'll be returning rather than a non-async value.
2022-05-14 16:34:10 -07:00
Tong Mu
65ea76718f
[gen_keycode, RawKeyboard] Apply derived keyboard layout from Linux ( #102709 )
2022-05-11 20:04:14 -07:00
Jonah Williams
c1b909e3fc
add image load benchmark ( #103459 )
2022-05-10 22:49:08 -07:00
Christopher Fujino
e8c01a8aa8
[flutter_tools] pub roll ( #103220 )
...
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
2022-05-10 10:26:54 -07:00
Darren Austin
dfb4ff2f76
Updated tokens to v0.98. ( #103360 )
2022-05-09 23:15:44 -07:00
Greg Spencer
6504f2896c
Adds menuBarMenuLabel
, and removes unneeded key localizations ( #102100 )
...
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part.
Also, added menuBarMenuLabel for an accessibility label for menu bar menus.
I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
2022-05-09 09:25:52 -07:00
Alexandre Ardhuin
d40ee2149c
remove unnecessary .toString() ( #103226 )
2022-05-06 16:04:13 -07:00
Taha Tesser
a8c16a7059
Update FAB M3 token template class to new naming scheme and fix a typo in card.dart
( #102654 )
2022-04-29 14:09:07 -07:00
Taha Tesser
709b26d0b3
Add surfaceTintColor
to NavigationBar
( #102628 )
2022-04-29 12:34:06 -07:00
Darren Austin
14a9b4a751
Migrate AppBar to Material 3 ( #101884 )
2022-04-27 12:04:36 -07:00
Jonah Williams
29d814b700
[intl] speed up localization generation and regenerate symbols ( #102614 )
2022-04-27 11:14:05 -07:00
Alexandre Ardhuin
07f1c20474
add missing trailing commas in list/set/map literals ( #102585 )
2022-04-27 09:15:35 +02:00
Tong Mu
c5e3e1cf5f
RawKeyboardMacos accepts a new field "specifiedLogicalKey" ( #100803 )
2022-04-14 11:24:11 -07:00
Michael Goderbauer
fa48aed7b2
Bump dwds to 13.1.0 ( #101730 )
2022-04-11 18:29:14 -07:00
Darren Austin
c14ca6d321
Migrate common buttons to Material 3 ( #100794 )
2022-04-08 17:03:21 -07:00
Anna Gringauze
74944d528f
Run update-packages ( #101450 )
...
* Run update-packages
* Update DwdsLauncher, disable failing test
* Fix analyze error
Co-authored-by: Jenn Magder <magder@google.com>
2022-04-07 17:07:05 -07:00
Pierre-Louis
7855132341
Generate a demo for new icons when updating icons ( #101190 )
...
* add code to generate new icon demo and make font family optional
* remove trailing spaces
* Update update_icons_test.dart
* remove trailing space
2022-04-05 12:56:23 +02:00
Michael Goderbauer
ca2d60e8e2
Prepare more of dev
for use_super_parameters ( #101073 )
2022-03-30 14:05:05 -07:00
Michael Goderbauer
d021509141
migrate generated i18n code to super params ( #101065 )
2022-03-30 12:20:14 -07:00
Michael Goderbauer
195a1cc413
Prepare dev
(minus flutter_gallery
) for use_super_parameters
( #100516 )
2022-03-29 12:52:42 -07:00
Christopher Fujino
ef8e3578c1
[flutter_tools] update pub packages ( #100726 )
2022-03-25 16:45:09 -07:00
Darren Austin
0a7b3d72c9
Updated tokens to v0.92. ( #100599 )
2022-03-23 12:10:17 -07:00
Darren Austin
86c02e998b
Migrate Card widget to Material 3. ( #100532 )
2022-03-22 13:46:56 -07:00
Darren Austin
6ec0b83580
Add support for surface tint color overlays to Material
widget. ( #100036 )
2022-03-17 15:58:24 -07:00
moko256
13bf7515f4
Web: treat modifier key without location ( #98460 )
2022-03-15 19:50:10 -07:00
Ben Konyi
1880066dd3
Update dependencies ( #99874 )
2022-03-10 14:13:59 -07:00
Darren Austin
57aa49028d
Migrate NavigationRail to Material 3. ( #99171 )
2022-03-09 16:01:03 -08:00
Darren Austin
e8c7a88914
Updated tokens to v0.90. ( #99782 )
2022-03-09 10:51:33 -08:00
Pierre-Louis
b4abc233ee
Update visibility of methods for internal use ( #98124 )
2022-03-09 17:32:11 +01:00
Darren Austin
bb1b2fd072
Updated tokens to v0.88. ( #99568 )
...
Also added the Card tokens to the exported list.
2022-03-08 13:08:36 -08:00
Jonah Williams
67f25caf72
Remove package:typed_data from package:flutter dependencies ( #99604 )
2022-03-07 10:41:21 -08:00
Taha Tesser
5733374841
Migrate Dialog
to Material 3 ( #98919 )
2022-03-04 13:16:17 -08:00
Darren Austin
670e26d7d7
Updated to v0.86 of the Material Design tokens. ( #99292 )
...
Added the navigation_rail.json as well.
2022-02-28 13:56:32 -08:00
Flutter GitHub Bot
7b6040ce27
Marks Linux_android tiles_scroll_perf__timeline_summary to be unflaky ( #98990 )
2022-02-28 12:26:11 -08:00
Jenn Magder
d1265ad308
Run update-packages ( #99038 )
2022-02-25 12:26:16 -08:00
Greg Spencer
c7643cf54e
Fix samples so that they present properly in the docs ( #97224 )
2022-02-24 18:51:22 -08:00
Jenn Magder
0eae276e68
Remove cli_utils from allow-list ( #99037 )
2022-02-23 18:54:23 -08:00
Ben Konyi
50c4720913
Update dependencies to pull in new vm_service, dds, dwds, coverage, etc ( #98513 )
2022-02-18 12:32:08 -08:00
Darren Austin
ca2a751661
Migrate NavigationBar to M3 tokens. ( #98285 )
2022-02-15 00:40:20 -08:00
Darren Austin
21a6c06491
Update Material tokens to v0.81. ( #98149 )
2022-02-10 22:56:17 -08:00
Darren Austin
93a1b7a577
Material 3 Typography support. ( #97829 )
2022-02-07 17:00:22 -08:00
Devon Carew
45f8c39052
use 'dart pub' instead of calling the pub executable directly ( #97749 )
...
use 'dart pub' instead of calling the pub executable directly
2022-02-04 12:45:20 -08:00
Harry Terkelsen
03f1d37935
Add a benchmark for a scrolling list of Links ( #94638 )
2022-02-03 14:38:58 -08:00
Darren Austin
e82e94b28a
Updated the defaults to only use function overrides for computed values. ( #97677 )
2022-02-02 16:13:56 -08:00
Darren Austin
97124d7bf9
Updated gen_defaults to use new JSON output from the Material token database. ( #97596 )
2022-02-02 10:22:57 -08:00
Pierre-Louis
a22cf5d6b9
Update packages ( #97592 )
...
* update packages
* implement
* remove trailing spaces
* Revert "remove trailing spaces"
This reverts commit d3bffbef57
.
* Revert "implement"
This reverts commit 6b6172a827
.
2022-02-02 09:16:05 +01:00
Pierre-Louis
6bd0b95728
[Icons] Prevent double underscores after replacement ( #96904 )
...
* Prevent double underscores after replacement
* add test
* remove trailing space
2022-01-30 13:16:32 +01:00
Michael Goderbauer
40a2689b9c
enable unnecessary_late ( #96417 )
2022-01-12 21:10:19 -08:00
Emmanuel Garcia
f01556ab75
Bump Android dependencies that rely on Jcenter ( #96558 )
...
* Bump video_player in flutter gallery
* Update packages
* Update dependencies
* Bump device_info
* Update dev/devicelab/bin/tasks/build_ios_framework_module_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Update dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Update dev/devicelab/bin/tasks/module_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Remove deprecated device_info from ios-frameworks test
Co-authored-by: Jenn Magder <magder@google.com>
2022-01-12 20:13:32 -08:00
Darren Austin
2ab2ca2bc6
Migrate FloatingActionButton to Material 3 ( #94486 )
2022-01-12 19:15:15 -08:00
Jenn Magder
3e6e996f9e
Run update-packages --force-upgrade ( #96325 )
2022-01-10 13:55:16 -08:00
Darren Austin
78f53bed51
Script to generate widget theme data defaults from the Material token database. ( #95370 )
2022-01-06 11:15:20 -08:00
Rami
1a3dc1b32a
Update color scheme seed generation to use color utils package ( #95175 )
...
* Update color scheme seed generation to use color utils package
2021-12-14 13:53:36 -08:00
Pierre-Louis
b23f207e2c
Improve update_icons.dart
script ( #93863 )
...
* Update update_icons.dart
* formatting
* more formatting
* simplify safety checks
* add safety checks tests
* formatting
* update copyright
* naming
* revert copyright
* add `fontFamily` option
* tweak diff messages
* Update update_icons.dart
* don't exit if platform adaptive icon not found
* remove trailing spaces
* remove warning and fix insert_chart (outlined) dartdoc
* x
* add error message when exiting due to failed safety checkes
* fix icon reference
* fix rewrite for onetwothree
2021-12-08 16:31:48 +01:00
Anna Gringauze
d7466d8963
Update dwds and other packages ( #94634 )
2021-12-07 14:29:07 -08:00
Michael Thomsen
bb906b6b4f
Roll packages to pick up new platform package ( #94603 )
2021-12-06 10:34:56 +01:00
Tong Mu
32d78ab40c
[Windows, Keyboard] Fix logical key for PrintScreen ( #94454 )
2021-12-01 14:24:04 -08:00
Darren Austin
418cd95661
Added material_color_utilities as a dependency for flutter package. ( #94377 )
2021-12-01 14:19:04 -08:00
Nate Bosch
6d1a840bc5
Roll packages, remove unnecessary overrides ( #94172 )
2021-11-24 14:43:05 -08:00
Jacob MacDonald
a4fa2affe9
Update packages ( #92924 )
2021-11-05 12:03:03 -07:00
Greg Spencer
5883a6628d
Differentiate between TalkBack versions for semantics tests. ( #92602 )
...
Makes the android_semantics_testing test not fail for newer versions of Talkback.
Also, since the test now depends on pub_semver, upgraded the pubspec files.
The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
2021-10-29 16:38:09 -07:00
Emmanuel Garcia
4d79bb02c4
Bump Kotlin version in templates and projects ( #92052 )
2021-10-25 13:13:03 -07:00
Christopher Fujino
83b28c1075
[flutter_conductor] remove old conductor entrypoint ( #92219 )
2021-10-20 15:28:02 -07:00
Danny Tuppeny
f8f96a4f80
Run "flutter update-packages --force-upgrade" to get latest DDS ( #91736 )
2021-10-13 10:58:04 -07:00
Ian Hickson
bb5cbdc635
Enable depend_on_referenced_packages
lint ( #91653 )
2021-10-12 11:28:02 -07:00
Ian Hickson
f90b019c68
Enable prefer_relative_imports
and fix files. ( #91573 )
2021-10-11 10:28:07 -07:00
Ian Hickson
61a0add286
Enable avoid_redundant_argument_values lint ( #91409 ) ( #91462 )
2021-10-08 09:25:14 -07:00
Zachary Anderson
b9d2177da0
Revert "Enable avoid_redundant_argument_values lint ( #91409 )" ( #91461 )
...
This reverts commit 5fd259be24
.
2021-10-07 21:11:07 -07:00
Ian Hickson
5fd259be24
Enable avoid_redundant_argument_values lint ( #91409 )
2021-10-07 20:13:02 -07:00
SaintMalik
116f8af18e
fix: typo spelling grammar ( #89344 )
2021-10-07 17:53:02 -07:00
Ian Hickson
126cd7388e
Clean up dependency pins and update all packages ( #91109 )
2021-10-04 10:28:03 -07:00
Christopher Fujino
afd84ad425
flutter update-packages ( #90994 )
2021-09-30 11:38:02 -07:00
Greg Spencer
ab2b0851a2
Add smoke tests for all the examples, fix 17 broken examples. ( #89021 )
...
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework.
The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead.
The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
2021-09-28 09:32:06 -07:00
Kate Lovett
65d8dd988d
Update md5 method in flutter_goldens_client ( #90154 )
2021-09-15 17:42:05 -07:00
Sam Rawlins
8889ffaec3
Remove and also ignore unnecessary imports ( #89796 )
2021-09-14 15:32:02 -07:00
Anna Gringauze
cd112e551c
Update all packages ( #89797 )
2021-09-13 12:13:42 -07:00