flutter/examples/api/lib/widgets
Anis Alibegić e2ada1c939
Fixed typos (#159331)
Here's another one of my PRs where I hunt for typos across `flutter`
repo.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] All existing and new tests are passing.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2024-12-05 16:54:09 +00:00
..
actions docimports for API samples (#151606) 2024-07-11 20:36:55 +00:00
animated_grid Fix references in examples (#151204) 2024-07-03 17:56:48 +00:00
animated_list Fix references in examples (#151204) 2024-07-03 17:56:48 +00:00
animated_size Add test for animated_size.0.dart API example. (#147828) 2024-05-10 21:55:51 +00:00
animated_switcher Add tests for animated_switcher.0.dart API example. (#149180) 2024-05-29 12:10:34 +00:00
app Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
app_lifecycle_listener Update misc tests for Material3 (#128712) 2023-06-13 08:57:27 -07:00
async Add tests for stream_builder.0.dart API example. (#147832) 2024-05-10 21:48:35 +00:00
autocomplete Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
autofill Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
basic Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
binding Fix references in examples (#151204) 2024-07-03 17:56:48 +00:00
color_filter Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
dismissible Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
drag_target Deprecates onWillAccept and onAccept callbacks in DragTarget. (#133691) 2023-11-10 22:47:22 +00:00
draggable_scrollable_sheet Arrow syntax for getters (#156483) 2024-10-17 19:25:14 +00:00
editable_text Fix references in examples (#151204) 2024-07-03 17:56:48 +00:00
focus_manager Turning if chains into shorter switch statements (#144977) 2024-03-13 17:16:17 +00:00
focus_scope improve focus example (#147464) 2024-05-07 20:07:49 +00:00
focus_traversal pattern-matching refactor (#154753) 2024-10-03 18:21:04 +00:00
form Reapply new PopScope API (#147607) 2024-05-07 09:04:49 -07:00
framework Add test for build_owner.0.dart (#157499) 2024-10-25 07:13:22 +00:00
gesture_detector Add boundary feature to the drag gesture. (#147521) 2024-10-30 03:01:18 +00:00
hardware_keyboard cleanup now-irrelevant ignores for deprecated_member_use (#143403) 2024-02-14 21:08:25 +00:00
heroes Dev, examples/api, etc updated for Material 3 by default (#129683) 2023-06-28 09:41:58 -07:00
image Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
implicit_animations Add test for animated_fractionally_sized_box.0.dart API example. (#146721) 2024-05-01 16:03:12 +00:00
inherited_model Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
inherited_notifier Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
inherited_theme Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
interactive_viewer Add test for interactive_viewer.transformation_controller.0.dart (#157986) 2024-11-01 10:37:59 +00:00
layout_builder Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
magnifier Add code sample to the CupertinoMagnifier/CupertinoTextMagnifier (#156028) 2024-10-11 20:53:18 +00:00
media_query Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
navigator Add test for navigator.restorable_push_replacement.0.dart (#157704) 2024-10-28 11:23:30 +00:00
navigator_pop_handler Nested Navigator state restoration predictive back examples (#153723) 2024-08-22 03:40:09 +00:00
nested_scroll_view Add test for nested_scroll_view_state.0.dart (#157714) 2024-10-29 02:40:41 +00:00
notification_listener Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
overflow_bar Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
overlay Optimize Overlay sample to avoid overflow (#155861) 2024-09-28 09:20:32 +00:00
overscroll_indicator Fix GlowingOverscrollIndicator examples (#155203) 2024-10-30 20:50:00 +00:00
page Refactors page API (#137792) 2024-05-13 22:45:51 +00:00
page_storage Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
page_view Arrow syntax for getters (#156483) 2024-10-17 19:25:14 +00:00
pop_scope Reapply new PopScope API (#147607) 2024-05-07 09:04:49 -07:00
preferred_size Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
restoration Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
restoration_properties Add tests for restorable_value.0.dart API example. (#148676) 2024-05-23 08:34:23 +00:00
routes Allow mixing route transitions in one app. (#150031) 2024-10-02 20:08:11 +00:00
safe_area Add SafeArea DartPad sample (#158019) 2024-11-11 01:00:21 +00:00
scroll_end_notification Fixed typos (#159331) 2024-12-05 16:54:09 +00:00
scroll_notification_observer Add ScrollNotificationObserver sample (#127023) 2023-05-25 15:58:52 +00:00
scroll_position Fixed typos (#159331) 2024-12-05 16:54:09 +00:00
scroll_view Use super.key instead of manually passing the Key parameter to the parent class (#147621) 2024-05-13 22:12:49 +00:00
scrollbar Fix RawScrollbar examples and desktop test (#158237) 2024-11-06 08:34:36 +00:00
shared_app_data Add tests for shared_app_data.#.dart API examples. (#147830) 2024-05-20 17:49:04 +00:00
shortcuts Remove LogicalKeySet usage in one Shortcuts example (#156941) 2024-10-16 17:15:06 +00:00
single_child_scroll_view Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
sliver Fixed typos (#159331) 2024-12-05 16:54:09 +00:00
sliver_fill Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
slotted_render_object_widget Arrow syntax for getters (#156483) 2024-10-17 19:25:14 +00:00
system_context_menu Reland Native ios context menu (#143002) (#148238) (#148265) 2024-05-15 18:37:05 +00:00
table Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
tap_region Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
text Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
text_magnifier Updated TextMagnifierExampleApp to M3 (#129381) 2023-06-26 10:44:11 -07:00
transitions Test remaining transitions api examples (#148302) 2024-05-23 18:57:14 +00:00
tween_animation_builder Add tests for tween_animation_builder.0.dart API example. (#148902) 2024-05-30 20:17:04 +00:00
undo_history Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
value_listenable_builder Remove deprecated TextTheme members (#139255) 2024-03-28 01:20:55 +00:00
widget_state Add WidgetStateMouseCursor example and tests for it. (#155552) 2024-10-01 23:15:53 +00:00