Internationalized dialog for picking a single month from an infinite list of years.

Overview
Comments
  • Dependency conflict with flutter_form_bloc 0.14.0 (rxdart version conflict)

    Dependency conflict with flutter_form_bloc 0.14.0 (rxdart version conflict)

    Because no versions of month_picker_dialog match >0.3.1 <0.4.0 and month_picker_dialog 0.3.1 depends on rxdart ^0.23.1, month_picker_dialog ^0.3.1 requires rxdart ^0.23.1.
    
    And because flutter_form_bloc >=0.14.0 depends on rxdart ^0.24.0, month_picker_dialog ^0.3.1 is incompatible with flutter_form_bloc >=0.14.0.
    
    So, because your_app depends on both flutter_form_bloc ^0.14.0 and month_picker_dialog ^0.3.1, version solving failed.
    pub get failed (1; So, because your_app depends on both flutter_form_bloc ^0.14.0 and month_picker_dialog ^0.3.1, version solving failed.
    

    Is there a way to work around this? The dependencies on the other package are also causing issues in case i try to use an older version of flutter_form_bloc

    opened by mic-appiani 3
  • Flutter pub get Failed

    Flutter pub get Failed

    Error: Because every version of month_picker_dialog depends on flutter_localizations any from sdk which depends on intl 0.16.0, every version of month_picker_dialog requires intl 0.16.0. So, because "appname" depends on both intl ^0.16.1 and month_picker_dialog any, version solving failed. Running "flutter pub get" in "appname"..
    pub get failed (1; So, because "appname" depends on both intl ^0.16.1 and month_picker_dialog any, version solving failed.)

    bug 
    opened by tsvillain 3
  • Setting lastDate w/out firstDate doesn't give the correct results

    Setting lastDate w/out firstDate doesn't give the correct results

    If initialDate is set to DateTime(2020, 7, 12) (july 2020) and lastDate is set to DateTime(2020,8) (august 2020) without setting firstDate the calendar won't show the year 2020 at all. It'll completely exclude 2020 as a year. Only when I set firstDate to 2 years ago then it properly excluded next month.

    bug 
    opened by exts 2
  • Update dependency rxdart

    Update dependency rxdart

    I'm using this package on my app but it's preventing me to upgrade to rxdart 0.23.x because it still depends on 0.22.x.

    Could you please release a new version with updated dependency?

    Thanks, in advance

    dependency 
    opened by mateusfccp 2
  • Dialog dismisses automatically

    Dialog dismisses automatically

    No matter which button I press - changing of the year, select a month, etc., the dialog dismisses automatically. null instead of a date is returned. I can't select a date at all this way.

    opened by nicomachtapps 1
  • How can i choose  Date After Choosing Month and Year ...

    How can i choose Date After Choosing Month and Year ...

    How can i choose Date After Choosing Month and Year ... If you have any idea or some solutions , please let me know. Thank you Brother,

    Originally posted by @Nieruht in https://github.com/hmkrivoj/month_picker_dialog/issues/9#issuecomment-597439949

    wontfix 
    opened by hmkrivoj 0
  • Cannot open month picker in Cupertino style.

    Cannot open month picker in Cupertino style.

    This might be my misunderstanding of flutter in general. But in order to create truly platform looking apps, you need to swap between using Material and Cupertino. This library works great with iOS when using Material only. But when using Cupertino styles, it breaks. Would be nice if it worked in both styles.

    opened by notandyvee 1
  • cannot run null safety

    cannot run null safety

    here i got error when i use this package

               Error: Cannot run with sound null safety, because the following dependencies
              don't support null safety:
    
           - package:month_picker_dialog
    
           For solutions, see https://dart.dev/go/unsound-null-safety
            /C:/src/flutter_windows_2.0.6-stable/flutter/.pub-cache/hosted/pub.dartlang.org/month_picker_dialog- 
              0.2.3/lib/month_picker_dialog.dart:114:24: Error: Method not
              found: 'ButtonTheme.bar'.
               return ButtonTheme.bar()
    

    kindly update your package which give error

    opened by itsdani121 1
  • Get The Selected Date On Click Out Of Date Picker

    Get The Selected Date On Click Out Of Date Picker

    Hi there... I'm using the 'showMonthPicker' method Screenshot 2021-06-30 141216 When I click out of the date piker box the 'showMonthPicker' Future return null, is there a way to get the selected month in this case ?!

    opened by MahmoodAbuIssa96 0
Owner
Dimitri Krivoj
Computer science student at Munich University of Applied Sciences (MUAS)
Dimitri Krivoj
A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.

StarBook ✨ A digital diary that can help you in keeping track of your mood and productivity throughout the month. Mood tracker is a good way to see ho

Hashir Shoaib 73 Dec 23, 2022
Custom calendar dialog widget for flutter with (multi select, single select, date range) mode

some calendar Custom calendar with Multi-select & range configurable calendar New Features Added View Mode Somecalendar #15 Help Maintenance I've take

Irvan Lutfi Gunawan 69 Jan 3, 2023
Flutter package to create list of radio button, by providing a list of objects it can be a String list or list of Map.

Custom Radio Group List Flutter package to create list of radio button, by providing a list of objects it can be a String list or list of Map. Feature

Ashok Kumar Verma 0 Nov 30, 2021
Adaptive dialog - Show alert dialog or modal action sheet adaptively according to platform.

adaptive_dialog Show alert dialog or modal action sheet adaptively according to platform. showOkAlertDialog Convenient wrapper of showAlertDialog. iOS

Masayuki Ono (mono) 244 Dec 17, 2022
The Flutter plugin that help you can choose dates and years with rounded calendars and customizable themes.

Flutter Rounded Date Picker The Flutter plugin that help you can choose dates and years with rounded calendars and customizable themes. Installing Add

benznest 313 Dec 22, 2022
Age2 - A Flutter package to calculate someone's age in days, months, and years

age A Flutter package to calculate someone's age in days, months, and years; in

Charles Dyason 0 Feb 6, 2022
count your age by years, months,days,hours and min by flutter

countage A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Hmdo 2 Sep 6, 2022
Flutter bloc infinite list - A sample application to learn flutter bloc the correct way

flutter_bloc_infinite_list A sample application to learn flutter bloc the correc

Anoop TM 2 Aug 22, 2022
A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents.

Sliding Sheet A widget that can be dragged and scrolled in a single gesture and snapped to a list of extents. Click here to view the full example. Ins

null 394 Mar 3, 2022
Keep track of college events of various boards in a single app along with personal to-do list feature.

Keep track of college events of various boards in a single app along with personal to-do list feature.

Akshat Mittal 1 Jun 16, 2022
Dialogs for picking and saving files in Android and in iOS.

flutter_file_dialog Dialogs for picking and saving files in Android and in iOS. Features Supports Android (API level 19 or later) and iOS (10.0 or lat

KineApps 26 Dec 31, 2022
A Flutter package for iOS and Android for picking last seven dates and time with analog view.

analog_time_picker package for Flutter A Flutter package for iOS and Android for picking last seven dates and time with analog view. Demo Installation

sk shamimul islam 12 Aug 31, 2021
📜Infinite View Pager widget for Flutter

infinite_view_pager Flutter infinite view pager widget Installation dependencies: infinite_view_pager: ^1.0.0 Example import 'package:infinite_view_

Andrei Lesnitsky 26 Feb 25, 2022
A small library support load infinite for ListView - GridView on Flutter.

Paging A Flutter package that supports pagination(load infinite) for ListView, GridView Demo DataSource PageKeyedDataSource To create a PagingListView

Đặng Ngọc Đức 32 Dec 4, 2022
A customizable carousel slider for Flutter. Supports infinite sliding, custom indicators, and custom animations with many pre-built indicators and animations.

Flutter Carousel Slider A customizable carousel slider for flutter Screenshots Installing dependencies: flutter_carousel_slider: ^1.0.8 Demo Demo a

Udara Wanasinghe 23 Nov 6, 2022
This widget automatically scrolls the custom child widget to an infinite loop.

Scroll Loop Auto Scroll This widget automatically scrolls the custom child widget to an infinite loop. Example Features Infinite Auto Scroll Custom ch

Ashish Raturi 9 Dec 12, 2022
🌈 Repository for a compass project, basically an App for displaying bank transfers, with API requests, Flag persistence, Infinite Scroll, Error Handling, Unit Tests, Extract Sharing working with SOLID, BLoC and Designer Patterns.

?? Green Bank Aplicação desenvolvida em Flutter com intuito de trabalhar conexão com API, Gerenciamento de estado usando BLoC, Refatoração, Arquitetur

André Guerra Santos 28 Oct 7, 2022
An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a singl

Sumit Kumar 11 Oct 10, 2022
AI Library to create efficient Artificial Neural Networks. Computation uses SIMD (Single Instruction Multiple Data) to improve performance.

eneural_net eNeural.net / Dart is an AI Library for efficient Artificial Neural Networks. The library is portable (native, JS/Web, Flutter) and the co

null 21 Dec 29, 2022