TesteurManiak / icalendar_parser

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

Export ics_datetime.dart #29

Closed Levi-Lesches closed 3 years ago

Levi-Lesches commented 3 years ago

By exporting IcsDateTime, it gets included in documentation and users can use it as a type in their code. It also allows IDEs to auto-complete code such as icsDateTime.toDateTime().

Levi-Lesches commented 3 years ago

Thanks! Also want to thank you for this package. I got a new project and need to work with .ics files for the first time, and this is an absolute life-saver!

TesteurManiak commented 3 years ago

You're welcome. I hope it will help you in your project 😄