You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The long-term plan is to deprecate intl and intl_translation in favor of intl4x and messages. This will hopefully give a better user experience, get rid of bugs, offer more functionality, all while being less of a maintenance burden for the Dart team.
However, this requires the replacement libraries to be stable. Steps to do:
Have intl4x wrap the Intl object on the web
Distribute precompiled icu4x binaries via Github releases
Use build hooks to fetch or build icu4x binaries
Use link hooks to treeshake icu4x binaries
Use the new Dart assets feature to load localization data and messages
Use macros for code generation in messages
The text was updated successfully, but these errors were encountered:
The long-term plan is to deprecate
intl
andintl_translation
in favor ofintl4x
andmessages
. This will hopefully give a better user experience, get rid of bugs, offer more functionality, all while being less of a maintenance burden for the Dart team.However, this requires the replacement libraries to be stable. Steps to do:
intl4x
wrap theIntl
object on the webmessages
The text was updated successfully, but these errors were encountered: