404 Not Found


nginx/1.18.0 (Ubuntu)
flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2 - School of Applied STEM - Universitas Prasetiya Mulya

flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2

School of Applied STEM - Universitas Prasetiya Mulya > S1 Digital Business Technology > flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2

I got this error when applying prokit template UI function

flutter_localizations from sdk depends on intl 0.17.0-nullsafety.2

Solution for this is overriding dependencies package in pubspec.yaml

dependency_overrides:
 intl: ^0.17.0-nullsafety.2

Leave a Reply