You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter doctor result (run flutter doctor in terminal)
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.2.1, on Mac OS X 10.14.3 18D109, locale pt-BR)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.3)
[✓] Connected device (2 available)
• No issues found!
Steps to reproduce the behavior
Just instantiate a CalendarCarousel with headerText property defined.
* Add feature on customizing markedDates text and decoration
- More code formattings.
* Add markedDateCustomShapeBorder.
* Add markedDateCustomTextstyle.
* Add documentation on newly added parameters
* Update readme.
* Support customization on each event dot widget
- Fixes#112.
* Give inactiveDaysTextStyle prior to other text styles
- Fixes#101
* Fixed selectedDayTextStyle overriden by todayTextStyle
- Fixes#101.
- Make `renderDay` and `getDefaultTextStyle` to organize week calendar and month calendar properties into one.
* Support onDayLongPressed as a feature request
- Fixes#103.
* Support semantic label
- Fixes#139
* Expose `dayCrossAxisAlignment` and `dayMainAxisAlignment` to resolve#122
* Expose `showIconBehindDayText` to resolve#131
* Fixes#94
Version of flutter_calendar_carousel
1.3.15+
Expected behavior
headerText: Text(DateFormat('MMMM').format(_date))
Actual behavior
Always show the default header.
flutter doctor result (run flutter doctor in terminal)
Steps to reproduce the behavior
Just instantiate a CalendarCarousel with headerText property defined.
The text was updated successfully, but these errors were encountered: