Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull support v2 #1

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Pull support v2 #1

wants to merge 24 commits into from

Conversation

simkosal
Copy link
Owner

@simkosal simkosal commented Sep 3, 2021

pull the lastest from Calendar carousel

shichaohui and others added 19 commits October 12, 2020 11:50
* Optimize the initialization of page numbers.

* fix error of test code

* 新增参数isShowTransform

* fix Stiff animation when sliding changes the month.

* Modify isShowTransform to shouldShowTransform
* check if onDayLongPressed is not null before call

* add more test cases for onDayPressed and onDayLongPressed
When try to switch to another month with HeaderButton got the error - "The method 'call' was called on null."
Migrates the package to support null-safety. 🚀 

Closes #260.
* added disableDayPressed option

* updated changelog

* fixed parameter can't have a value of 'null'
* Null safety improvements
   Allow customDayBuilder and markedDateIconBuilder to return null. If it
   returns null, use the default. This restores the original behavior from
   v1. Fixes #270.

* Renaming widget to dayContainer.
* Added marked date class

* Added multiple_marked_dates class

* Renamed market_date to marked date

* Added comments

* Remover border color from marked date

Co-authored-by: takunda <madechangu.takunda2gmail.com>
* Added marked date class

* Added multiple_marked_dates class

* Renamed market_date to marked date

* Added comments

* Remover border color from marked date

* Users can select day range using addRange

Co-authored-by: takunda <madechangu.takunda2gmail.com>
@simkosal
Copy link
Owner Author

simkosal commented Sep 3, 2021

done fork from master

kkmurerwa and others added 5 commits November 14, 2021 21:29
Additional fields in the event class means that developers can create more interactive designs for their event lists and tailor their data even better to reflect the identity of the app they are developing.
Fields added include:
- A description field so that users can add additional text about an event.
- A location field in case the developer wants to highlight the location of an event.
* Update pubspec.lock

* Update build config on flutter v2 embedding

* Release 2.1.0
* Include github workflow

* Run flutter format

* Change CI badges
* migrate with new flutter version  3.0.0

* Update flutter_calendar_carousel.dart

* Update marked_date.dart

* Update ci.yml
@hyochan hyochan deleted the branch simkosal:master June 10, 2022 08:38
@hyochan hyochan deleted the master branch June 10, 2022 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.