RAGEMAX 786a
RAGEMAX 786a

Reputation: 1

when I try to run my flutter project it shows this error

C:/Users/DELL/AppData/Local/Pub/Cache/hosted/pub.dev/audioplayers-4.1.0/lib/src/audio_cache.dart:92:29: Error: The getter 'byteData' isn't defined for the class 'AudioCache'.

The project is from a course is from Dr. Angela Yu, Section 9, Xylophone app.

Upvotes: 0

Views: 44

Answers (1)

user11756851
user11756851

Reputation:

try deleting this folder Cache/hosted/pub.dev/ run flutter clean, and then flutter pub get

Upvotes: 0

Related Questions