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
If user select current day, it should render in selected days style.
Actual behavior
If user select current day, Renderingit in today text style itself.
Happens only when weekFormat: true,.
When weekFormat: false,, working fine.
flutter doctor result (run flutter doctor in terminal)
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.4.19-pre.3, on Mac OS X 10.14.4 18E226, locale
en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[!] iOS toolchain - develop for iOS devices (Xcode 10.2)
✗ Verify that all connected devices have been paired with this computer in Xcode.
If all devices have been paired, libimobiledevice and ideviceinstaller may require updating.
To update with Brew, run:
brew update
brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies usbmuxd
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install ideviceinstaller
[✓] Android Studio (version 3.3)
[!] IntelliJ IDEA Ultimate Edition (version 2019.1.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
[✓] Connected device (1 available)
! Doctor found issues in 2 categories.
Version of flutter_calendar_carousel
1.3.16
Expected behavior
If user select current day, it should render in selected days style.
Actual behavior
If user select current day, Renderingit in today text style itself.
Happens only when
weekFormat: true,
.When
weekFormat: false,
, working fine.flutter doctor result (run flutter doctor in terminal)
Steps to reproduce the behavior
Select Today
Select other days
Select Today on
weekFormat: false,
Related to #63
The text was updated successfully, but these errors were encountered: