Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
401 stars 118 forks source link

universal_io, Question about? #114

Closed arabnology closed 9 months ago

arabnology commented 9 months ago

Please, can you explain why you need this package, "universal_io," inside this translation package?

bratan commented 9 months ago

It was used instead of dart:io (which is not supported on Web) to access Platform.localeName.

image

It was replaced & removed in version 5.0 (pre-release currently).