orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

Change EnumFromString #2

Closed mostafaayesh closed 6 years ago

mostafaayesh commented 6 years ago

Change: Changed EnumFromString Class to work without the need of dart:mirrors.

Purpose: Now works with Flutter.

orthros commented 6 years ago

Thanks for contributing!

This looks good, but it is hard to tell on mobile: did you run this through dartfmt? If not could you? Thanks!

mostafaayesh commented 6 years ago

Yes I ran it through dartfmt. I tested it with Flutter by opening two different epubs and printing the title and author and it works.

orthros commented 6 years ago

Fantastic! Will merge shortly.