Skip to content

Commit

Permalink
Merge pull request #8 from ibhavikmakwana/ibhavikmakwana-patch-1
Browse files Browse the repository at this point in the history
controller dispose called before super
  • Loading branch information
sanket-simform authored Aug 23, 2019
2 parents 684b4c4 + d0675b8 commit 2ff0fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/showcase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ class _ShowcaseState extends State<Showcase> with TickerProviderStateMixin {

@override
void dispose() {
super.dispose();
_slideAnimationController.dispose();
super.dispose();
}

@override
Expand Down

0 comments on commit 2ff0fb0

Please sign in to comment.