suragch / audio_video_progress_bar

A Flutter progress bar widget to show or change the position of an audio or video stream.
https://pub.dev/packages/audio_video_progress_bar
MIT License
69 stars 55 forks source link

'TextScaler' not found. #73

Open sanjaysharmajw opened 2 months ago

sanjaysharmajw commented 2 months ago

Launching lib/Local/main2.dart on 22041219I in debug mode... Running Gradle task 'assembleDebug'... ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:432:14: Error: Type 'TextScaler' not found. required TextScaler textScaler, ^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:829:3: Error: Type 'TextScaler' not found. TextScaler get textScaler => _textScaler; ^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:830:3: Error: Type 'TextScaler' not found. TextScaler _textScaler; ^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:831:18: Error: Type 'TextScaler' not found. set textScaler(TextScaler value) { ^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:260:35: Error: Member not found: 'MediaQuery.textScalerOf'. final textScaler = MediaQuery.textScalerOf(context); ^^^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:293:35: Error: Member not found: 'MediaQuery.textScalerOf'. final textScaler = MediaQuery.textScalerOf(context); ^^^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:432:14: Error: 'TextScaler' isn't a type. required TextScaler textScaler, ^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:615:7: Error: No named parameter with the name 'textScaler'. textScaler: textScaler, ^^^^^^^^^^ ../../../Flutter/flutter3.13.5/packages/flutter/lib/src/painting/text_painter.dart:489:3: Context: Found this candidate, but the arguments don't match. TextPainter({ ^^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:830:3: Error: 'TextScaler' isn't a type. TextScaler _textScaler; ^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/audio_video_progress_bar-2.0.3/lib/audio_video_progress_bar.dart:831:18: Error: 'TextScaler' isn't a type. set textScaler(TextScaler value) { ^^^^^^^^^^ Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

BUILD FAILED in 2s Exception: Gradle task assembleDebug failed with exit code 1

suragch commented 2 months ago

Looks like you're probably using an old version of Flutter. If you don't want to upgrade Flutter you can specify an older version of audio_video_progress_bar.

sanjaysharmajw commented 2 months ago

Looks like you're probably using an old version of Flutter. If you don't want to upgrade Flutter you can specify an older version of audio_video_progress_bar.

ok I check it. I appreciate your prompt response.