flyerhq / flutter_link_previewer

Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
MIT License
72 stars 75 forks source link

Case charset=KSC5601 #45

Closed bisor0627 closed 2 years ago

bisor0627 commented 2 years ago

Added case when charset is KSC5601.

demchenkoalex commented 2 years ago

Hey! Unfortunately, I can't merge this, since it uses native code and reduces platform support. Instead, if you'd like, you can think if there is a way to pass decoders as params, so for specific cases like yours, there is like an array of decoders to try to decode or something.