fix: text sharing
This commit is contained in:
@@ -55,6 +55,13 @@ class _SkeletonLoaderState extends State<SkeletonLoader>
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
@override
|
||||
void deactivate() {
|
||||
// Pause shimmer during deactivation to avoid rebuilds in wrong build scope
|
||||
_controller.stop();
|
||||
super.deactivate();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AnimatedBuilder(
|
||||
|
||||
Reference in New Issue
Block a user