dart-libpray
dart-libpray copied to clipboard
A MonthYearPickerLocalizations delegate that supports the pt_BR locale was not found
hello! put in
MaterialApp(
builder: asuka.builder,
navigatorObservers: [asuka.asukaHeroController],
title: "App",
debugShowCheckedModeBanner: false,
localizationsDelegates: const [
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
MonthYearPickerLocalizations.delegate,
],
supportedLocales: const [Locale("pt", "BR")],
theme: ligthTheme,
darkTheme: darkTheme,
)
Warning: This application's locale, pt_BR, is not supported by all of its localization delegates.