nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️
https://nylo.dev
MIT License
597 stars 61 forks source link

update nylo_support #140

Closed andim27 closed 6 months ago

andim27 commented 6 months ago

The last Flutter SDK use intl ver 0.19 flutter last intl version here The last nylo_support use ver 0.18.1 Please update nylo_support to intl 0.19

agordn52 commented 6 months ago

Hi @andim27,

At the moment the latest stable version of Flutter is 3.19.6.

If you click the below link you'll find that flutter_localizations requires intl 0.18.1. https://github.com/flutter/flutter/blob/3.19.6/packages/flutter_localizations/pubspec.yaml

It looks like intl 0.19 will be added in 3.21.0

https://github.com/flutter/flutter/blob/3.21.0-16.0.pre/packages/flutter_localizations/pubspec.yaml

We'll have to wait until then...