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
298c874e
Unverified
Commit
298c874e
authored
Feb 10, 2023
by
Michael Goderbauer
Committed by
GitHub
Feb 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix classes that shouldn't be extended/instantiated/mixedin (#120409)
parent
858f94cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
animated_icons_data.dart
.../lib/src/material/animated_icons/animated_icons_data.dart
+3
-0
material_state.dart
packages/flutter/lib/src/material/material_state.dart
+0
-1
extension.dart
packages/flutter_driver/lib/src/extension/extension.dart
+0
-1
No files found.
packages/flutter/lib/src/material/animated_icons/animated_icons_data.dart
View file @
298c874e
...
...
@@ -25,6 +25,9 @@ part of material_animated_icons; // ignore: use_string_in_part_of_directives
///
/// * [Icons], for the list of available static Material Icons.
abstract
class
AnimatedIcons
{
// This class is not meant to be instantiated or extended; this constructor
// prevents instantiation and extension.
AnimatedIcons
.
_
();
/// The Material Design add to event icon animation.
///
...
...
packages/flutter/lib/src/material/material_state.dart
View file @
298c874e
...
...
@@ -632,7 +632,6 @@ class _MaterialStateUnderlineInputBorder extends MaterialStateUnderlineInputBord
///
/// {@macro flutter.material.MaterialStateProperty.implementations}
abstract
class
MaterialStateProperty
<
T
>
{
/// Returns a value of type `T` that depends on [states].
///
/// Widgets like [TextButton] and [ElevatedButton] apply this method to their
...
...
packages/flutter_driver/lib/src/extension/extension.dart
View file @
298c874e
...
...
@@ -255,7 +255,6 @@ abstract class FinderExtension {
/// See also:
/// * [CommandWithTarget], a base class for [Command]s with [Finder]s.
abstract
class
CommandExtension
{
/// Identifies the type of command to be used by the driver extension.
String
get
commandKind
;
...
...
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