flutter_calendar_carousel icon indicating copy to clipboard operation
flutter_calendar_carousel copied to clipboard

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.

Results 27 flutter_calendar_carousel issues
Sort by recently updated
recently updated
newest added

### flutter_calendar_carousel : 2.4.0 Following is the error I face when compiling the code : `../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_calendar_carousel-2.4.0/lib/flutter_calendar_carousel.dart:950:24: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. 'WidgetsBinding' is...

### Version of flutter_calendar_carousel last ### Expected behavior responsive or adaptable ### Actual behavior fixed heigth https://ibb.co/71CmMHG ### flutter doctor result (run flutter doctor in terminal) Doctor summary (to see...

File: flutter_calendar_carousel.dart, row: 950. Please fix this: ```dart WidgetsBinding?.instance ``` to ```dart WidgetsBinding.instance ```

### Version of flutter_calendar_carousel ### Expected behavior ### Actual behavior ### flutter doctor result (run flutter doctor in terminal) ### Steps to reproduce the behavior

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `8.6` -> `8.7` | --- ### Release Notes...

It would be nice to have an optional controller or other means to problematically control which month it displays.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [intl](https://togithub.com/dart-lang/i18n) ([source](https://togithub.com/dart-lang/i18n/tree/HEAD/pkgs/intl)) | dependencies | minor | `^0.18.1` -> `^0.19.0` |...

dependencies

Hello Is there a way to have other calendars? Is there a way to work together to implement the widely used Hijri (Jalali) and Lunar Hijri calendars in it? There...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `b4ffde6` -> `0ad4b8f` | ---...