dart-libpray icon indicating copy to clipboard operation
dart-libpray copied to clipboard

A MonthYearPickerLocalizations delegate that supports the pt_BR locale was not found

Open kristhyanmatos opened this issue 3 years ago • 0 comments

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.

kristhyanmatos avatar Feb 07 '22 18:02 kristhyanmatos