info: fixed ticker misuse
This commit is contained in:
parent
5ae2aab4cf
commit
a449135007
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class LocationSection extends StatefulWidget {
|
|||
_LocationSectionState createState() => _LocationSectionState();
|
||||
}
|
||||
|
||||
class _LocationSectionState extends State<LocationSection> with SingleTickerProviderStateMixin {
|
||||
class _LocationSectionState extends State<LocationSection> with TickerProviderStateMixin {
|
||||
String _loadedUri;
|
||||
|
||||
static const extent = 48.0;
|
||||
|
|
Loading…
Reference in a new issue