zulfahmi93 / month-year-picker

Material picker for selecting month and year.
MIT License
16 stars 119 forks source link

A MonthYearPickerLocalizations delegate that supports the pt_BR locale was not found #1

Closed kristhyanmatos closed 2 years ago

kristhyanmatos commented 2 years ago

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.