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
b0e7c9c4
Unverified
Commit
b0e7c9c4
authored
Oct 25, 2022
by
Taha Tesser
Committed by
GitHub
Oct 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move `AnimatedIcons` example and fix typo in `cupertino/text_selection_toolbar.dart` (#113937)
parent
400136b0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
9 deletions
+13
-9
animated_icons_data.0.dart
...api/lib/material/animated_icon/animated_icons_data.0.dart
+0
-0
animated_icons_data.0_test.dart
...st/material/animated_icon/animated_icons_data.0_test.dart
+1
-1
text_selection_toolbar.dart
...ges/flutter/lib/src/cupertino/text_selection_toolbar.dart
+1
-1
animated_icons.dart
...utter/lib/src/material/animated_icons/animated_icons.dart
+0
-7
animated_icons_data.dart
.../lib/src/material/animated_icons/animated_icons_data.dart
+11
-0
No files found.
examples/api/lib/material/animated_icon/animated_icon
.1
.dart
→
examples/api/lib/material/animated_icon/animated_icon
s_data.0
.dart
View file @
b0e7c9c4
File moved
examples/api/test/material/animated_icon/animated_icon
.1
_test.dart
→
examples/api/test/material/animated_icon/animated_icon
s_data.0
_test.dart
View file @
b0e7c9c4
...
...
@@ -3,7 +3,7 @@
// found in the LICENSE file.
import
'package:flutter/material.dart'
;
import
'package:flutter_api_samples/material/animated_icon/animated_icon
.1
.dart'
import
'package:flutter_api_samples/material/animated_icon/animated_icon
s_data.0
.dart'
as
example
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
packages/flutter/lib/src/cupertino/text_selection_toolbar.dart
View file @
b0e7c9c4
...
...
@@ -869,7 +869,7 @@ class _RenderCupertinoTextSelectionToolbarItems extends RenderBox with Container
}
}
// Returns true if
f
the single child is hit by the given position.
// Returns true if the single child is hit by the given position.
static
bool
hitTestChild
(
RenderBox
?
child
,
BoxHitTestResult
result
,
{
required
Offset
position
})
{
if
(
child
==
null
)
{
return
false
;
...
...
packages/flutter/lib/src/material/animated_icons/animated_icons.dart
View file @
b0e7c9c4
...
...
@@ -22,13 +22,6 @@ part of material_animated_icons;
/// ** See code in examples/api/lib/material/animated_icon/animated_icon.0.dart **
/// {@end-tool}
///
/// {@tool dartpad}
/// This example showcases all the available [AnimatedIcons] in a [GridView].
/// The icons are animated forward and reverse in a loop.
///
/// ** See code in examples/api/lib/material/animated_icon/animated_icon.1.dart **
/// {@end-tool}
///
/// See also:
///
/// * [Icons], for the list of available static Material Icons.
...
...
packages/flutter/lib/src/material/animated_icons/animated_icons_data.dart
View file @
b0e7c9c4
...
...
@@ -13,6 +13,17 @@ part of material_animated_icons;
/// Identifier for the supported Material Design animated icons.
///
/// Use with [AnimatedIcon] class to show specific animated icons.
///
/// {@tool dartpad}
/// This example shows how to create an animated icon. The icon is animated
/// forward and reverse in a loop.
///
/// ** See code in examples/api/lib/material/animated_icon/animated_icons_data.0.dart **
/// {@end-tool}
///
/// See also:
///
/// * [Icons], for the list of available static Material Icons.
abstract
class
AnimatedIcons
{
/// The Material Design add to event icon animation.
...
...
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