Code Monkey home page Code Monkey logo

cupertino_hebrew_date_picker's Issues

Feature request: Ability to use without modal popup

I am trying to use the class itself, inline, without the modal like this: (Nice job, by the way.)

Container(
            height: 150,
            child: CupertinoHebrewDatePicker(
              initialDate: DateTime.now(),
              context: context,
              onConfirm: (dateTime) {
                print('Hey! OnConfirm Hello. $dateTime');
              },
              onDateChanged: (dateTime) {
                print('Hey! OnDateChanged Hello. $dateTime');
              },
              confirmText: "ConfirmText",
              confirmTextStyle: null,
              todaysDateTextStyle: null,
            ),
          ),

I want it to display continuously in the gui (based on other booleans defined in the app).
Everything is fine and dandy, EXCEPT for the confirm button, which is not needed nor wanted - in this case.
Also the Todays date button is not wanted in this case. (Provided elsewhere in my gui.)

Basically to make this use-case also a first class citizen. The fields should be much narrower, etc. Like the basic CupertinoDatePicker.

Feature Request: Show only true date possibilities.

The picker should show "אדר ב" only when applicable. Same for יום ל.
Using the kosher dart api, it is easy, because it has boolean getters that tell you if year is leap, also if there are 30 days in that particular month for the specific year. You simply show different lists (or modify the underlying list) based on onChanged / setState.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.