drunkendaddy

Results 8 issues of drunkendaddy

I'm getting this error when try to use the production gateway. I've found that these are the lines that throw this error(in CertificateUtils.java) ``` if (production && cn.toLowerCase().contains("apple development ios...

I tried: ``` slider.getThumb(0).setThumb(ContextCompat.getDrawable(getContext(), R.drawable.slider_thumb_bg)); slider.getThumb(1).setThumb(ContextCompat.getDrawable(getContext(), R.drawable.slider_thumb_bg)); ``` but not working. thumb is not showing.

What is the proper way to remove all events of a day? I'm trying with below code ``` var controller = CalendarControllerProvider.of(context).controller; var existingSlots = controller.getEventsOnDay(state.selectedDate); existingSlots.forEach((event) { controller.remove(event); });...

enhancement
priority:2

Currently it shows the number pad. Is it possible to show alphanumeric keyboard?

hey man, thanks for the library. Do you think you can add feature to support more than two thumbs? do you think will be possibile in next releases? Thanks

enhancement

[Feature Request] It'd be cool if we could show a custom component inside the snackbar. Are you still maintaining this project. Any plans for implementing this feature

I've an async method, inside it I'm calling calendar.SelectDate(NSDate date); It causes the below error and application crashes. If I call the same thing outside an async method, it is...