Closed MarcelleBond closed 4 years ago
Hi, @MarcelleBond! It looks very strange. Could you provide a bit more information:
$ flutter doctor -v
Hi @NiKoTron sorry for the late response.
flutter version 1.19.0-1.0.pre
No it happens on android devices to
I had tested it on an android device as well and it also consumes a lot of ram and then crashes the app.
all I do is take your example from the https://pub.dev/packages/dart_tags#-example-tab- and pasted in my code and it the errors occurred
Thanx! Well, I'm going to investigate this issue with brand new flutter 1.19 But in addition could you please share some data files with which this problem is reproduced. If it's possible of course.
And if it's possible which program used for tagging before? it's also can help me Maybe this file uses some specific encodings or tags.
So.. in other words any additional information can help, especially some exact data(mp3) files.
So I found something interesting. It reacts differently depending on the songs. Some consume a lot of ram and other throw RangeError's and some displace a lot of random data to the screen but don't consume a lot of ram. I'm gonna attach the mp3's I used that gave me these results
I don't know what program was used for tagging. all these mp3's are downloaded/found on PC like that
never mind about the one with the random data. it was just the album art running pass my console buffer. so the Kendrick song works perfectly and quite quick but it does add some weird characters here and there but it doesn't use consume ram like the other one
Thanx a lot! I'll check this.
@MarcelleBond sorry for a big delay. Could you please check the latest (0.3.0) version?
It's no problem. I will check it out and give you feed back as soon as possible
Should be fixed in 0.3.1 Feel free to reopen if didn't
This is a great library. It has a problem of using a lot of Ram tho. It seems to use up all the available ram to extract the tags and when modifying those tags writing them back does the same thing.
I am running this on a Windows machine because I want to make it for both android and windows
Environment