TesteurManiak / icalendar_parser

Flutter package to parse iCalendar (.ics) files.
https://pub.dev/packages/icalendar_parser
MIT License
34 stars 3 forks source link

Error while loading in new .ics File! #2

Closed phibr0 closed 4 years ago

phibr0 commented 4 years ago

Many auto generated .ics Files end with an empty line under the END:VCALENDAR, but this package throws an error saying the file doesnt end with an END:VCALENDAR Statement. If i find some time in the near future i will propably open a Pull Request fixing this issue.

TesteurManiak commented 4 years ago

You are right, I'm going to fix this but if you open a PR before I'll be glad to merge it :)

TesteurManiak commented 4 years ago

Just've made a fix published in version 0.1.1 of the package. If empty lines are allowed in the parsing (which is enabled by default) it won't throw an error anymore if there is a newline at the end of the file.