Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
743fcf7f
Unverified
Commit
743fcf7f
authored
Apr 06, 2023
by
Tirth
Committed by
GitHub
Apr 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Docs] Fix Typos (#124249)
[Docs] Fix Typos
parent
a086c640
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
action_buttons.dart
packages/flutter/lib/src/material/action_buttons.dart
+2
-2
framework.dart
packages/flutter/lib/src/widgets/framework.dart
+1
-1
editable_text_test.dart
packages/flutter/test/widgets/editable_text_test.dart
+1
-1
No files found.
packages/flutter/lib/src/material/action_buttons.dart
View file @
743fcf7f
...
...
@@ -323,7 +323,7 @@ class DrawerButtonIcon extends StatelessWidget {
/// A [DrawerButton] is an [IconButton] with a "drawer" icon. When pressed, the
/// close button calls [ScaffoldState.openDrawer] to the [Scaffold.drawer].
///
/// The default behaviour on press can be overriden with [onPressed].
/// The default behaviour on press can be overrid
d
en with [onPressed].
///
/// See also:
///
...
...
@@ -388,7 +388,7 @@ class EndDrawerButtonIcon extends StatelessWidget {
/// A [EndDrawerButton] is an [IconButton] with a "drawer" icon. When pressed, the
/// end drawer button calls [ScaffoldState.openEndDrawer] to open the [Scaffold.endDrawer].
///
/// The default behaviour on press can be overriden with [onPressed].
/// The default behaviour on press can be overrid
d
en with [onPressed].
///
/// See also:
///
...
...
packages/flutter/lib/src/widgets/framework.dart
View file @
743fcf7f
...
...
@@ -4763,7 +4763,7 @@ abstract class Element extends DiagnosticableTree implements BuildContext {
/// cheaper. (Additionally, if _any_ subclass of [Widget] used in an
/// application implements `operator ==`, then the compiler cannot inline the
/// comparison anywhere, because it has to treat the call as virtual just in
/// case the instance happens to be one that has an overriden operator.)
/// case the instance happens to be one that has an overrid
d
en operator.)
///
/// Instead, the best way to avoid unnecessary rebuilds is to cache the
/// widgets that are returned from [State.build], so that each frame the same
...
...
packages/flutter/test/widgets/editable_text_test.dart
View file @
743fcf7f
...
...
@@ -12997,7 +12997,7 @@ testWidgets('Floating cursor ending with selection', (WidgetTester tester) async
await
sendUndo
(
tester
);
expect
(
controller
.
value
,
composingStep2
);
// Waiting for the throttling be
e
tween undos should have no effect.
// Waiting for the throttling between undos should have no effect.
await
tester
.
pump
(
const
Duration
(
milliseconds:
500
));
// Undo second insertion.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment