flutter/packages
Kristóf Horváth 28b4b84f37
Fix documentation of equality functions. (#84847)
The first line of the documentation of equality functions listEquals, mapEquals, and setEquals claimed that they are deep equality functions. A later paragraph explained that they check for deep equality only if the elements, which are collections, implement the equality operator to do so. That is almost never the case.

The first line of the documentation was changed to element-by-element equality, and a reference was added to the DeepCollectionEquality class.
2021-07-13 10:24:06 -07:00
..
flutter Fix documentation of equality functions. (#84847) 2021-07-13 10:24:06 -07:00
flutter_driver [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
flutter_goldens [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
flutter_goldens_client [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
flutter_localizations [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
flutter_test [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
flutter_tools Run "pub global activate devtools" before overall_experience_test (#85812) 2021-07-12 14:36:05 -07:00
flutter_web_plugins [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
fuchsia_remote_debug_protocol [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
integration_test [web] move e2e tests from flutter/engine to flutter/flutter (#86119) 2021-07-09 15:31:49 -07:00
analysis_options.yaml More lints (#70500) 2020-11-16 11:07:37 -08:00