Open PabloHermidaG opened 1 year ago
@PabloHermidaG Can you please share a sample project to reproduce this?
Duplicate issue : #162
Of course
Here is the proyect -> Mega
Just by calling a simple kalendar in the main activity throws that
I have receiver a mail where you tell me you cant acces the file but I dont see the comment.
https://mega.nz/file/u5EHFZDZ#ncf7MgY687JLkwKIby6Tqt5XKjX84JidnpTHP3OJorY
Any update?
HeyHey! I will start working on this from next week. Thanks
On Sun, Nov 12, 2023 at 11:02 PM PabloHermidaG @.***> wrote:
Any update?
— Reply to this email directly, view it on GitHub https://github.com/hi-manshu/Kalendar/issues/166#issuecomment-1807253600, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKIRCUXZ32EA2QJFFG23OTYEFBQXAVCNFSM6AAAAAA6ZNQQD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBXGI2TGNRQGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Ok. Thank you
Any update on this?
Hey man I have the same problem, is there any update to this issue?
Have the same issue here as soon as I updated from material to material3 on my project. Any updates?
Hey same issue here, any update?
I've changed so many compose versions to make this work but it still has the same error please can you provide with some feedback on this issue @hi-manshu
Any Update Bro?
Any Update Bro?
Nope
@Composable fun CalmMindScreen(navController: NavHostController) {
val navBackStackEntry by navController.currentBackStackEntryAsState()
val currentRoute = navBackStackEntry?.destination?.route
Column(
modifier = Modifier
.fillMaxSize()
.background(color = Color.White)
.wrapContentSize(),
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally
) {
Kalendar(
currentDay = LocalDate(2024,2,28),
modifier = Modifier
.fillMaxWidth()
.height(400.dp),
kalendarType = KalendarType.Firey,
showLabel = true,
events = KalendarEvents(),
kalendarHeaderTextKonfig = KalendarTextKonfig(kalendarTextSize = 16.sp, kalendarTextColor = Color.Black),
kalendarColors = KalendarColors.default(),
kalendarDayKonfig = KalendarDayKonfig.default(),
daySelectionMode = DaySelectionMode.Single,
dayContent = null,
headerContent = null,
onDayClick = { _,_ ->
// Handle day click event
},
onRangeSelected = {_,_ ->
// Handle range selection event
},
onErrorRangeSelected = {
// Handle error
})
}
just run this screen you can recreate the error @hi-manshu and also use material3
Any update on this? I am also having the same issues using Material3
Yes, same issue for me too. I am using Material 3 as well. I assume the problem is likely because of using Material 3? Any update on this?
Basically when trying to create a kalendar this error PopUps
I just did this:
Kalendar(currentDay = LocalDate(1,1,1), kalendarType = KalendarType.Oceanic)
Full error log