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
bdc6f102
Commit
bdc6f102
authored
Feb 08, 2018
by
asiva
Committed by
Siva
Feb 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues.
parent
e122d5d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
automatic_keep_alive.dart
packages/flutter/lib/src/widgets/automatic_keep_alive.dart
+1
-1
ticker_provider.dart
packages/flutter/lib/src/widgets/ticker_provider.dart
+0
-5
No files found.
packages/flutter/lib/src/widgets/automatic_keep_alive.dart
View file @
bdc6f102
...
...
@@ -299,7 +299,7 @@ class KeepAliveHandle extends ChangeNotifier {
///
/// * [AutomaticKeepAlive], which listens to messages from this mixin.
/// * [KeepAliveNotification], the notifications sent by this mixin.
abstract
class
AutomaticKeepAliveClientMixin
extends
State
<
T
>
{
abstract
class
AutomaticKeepAliveClientMixin
extends
State
<
StatefulWidget
>
{
// This class is intended to be used as a mixin, and should not be
// extended directly.
factory
AutomaticKeepAliveClientMixin
.
_
()
=>
null
;
...
...
packages/flutter/lib/src/widgets/ticker_provider.dart
View file @
bdc6f102
...
...
@@ -155,12 +155,7 @@ abstract class SingleTickerProviderStateMixin extends State<T> implements Ticker
/// If you only have a single [Ticker] (for example only a single
/// [AnimationController]) for the lifetime of your [State], then using a
/// [SingleTickerProviderStateMixin] is more efficient. This is the common case.
<<<<<<<
HEAD
@optionalTypeArgs
abstract
class
TickerProviderStateMixin
<
T
extends
StatefulWidget
>
extends
State
<
T
>
implements
TickerProvider
{
// ignore: TYPE_ARGUMENT_NOT_MATCHING_BOUNDS, https://github.com/dart-lang/sdk/issues/25232
=======
abstract
class
TickerProviderStateMixin
extends
State
<
dynamic
>
implements
TickerProvider
{
// ignore: TYPE_ARGUMENT_NOT_MATCHING_BOUNDS, https://github.com/dart-lang/sdk/issues/25232
>>>>>>>
parent
of
1
c236d524
...
Fixes
in
flutter
framework
code
to
address
the
mixin
issue
raised
// This class is intended to be used as a mixin, and should not be
// extended directly.
factory
TickerProviderStateMixin
.
_
()
=>
null
;
...
...
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